Tagged: Worker is stopped

打开2个命令行窗口,在窗口1中运行队列后,然后在窗口2中运行同样的队列。以确认当同样的队列同时运行时(集群部署时),同一个队列作业是否会重复执行。在执行一段时间后,窗口1已经完成了2个队列作业,窗口2已经完成了3个队列作业。 0

In the local environment, parallel running in the test queue (Yii2 queue extension, queue/run command) mode

浏览量: 2 1. Reference URL:https://www.shuijingwanwq.com/2021/01/22/4698/. The queue/run command replaces the queue/listen command. In the local environment, check the status of the queue of queue/run commands. 2. Check the queue data in redis, cpa:queue:copy:asset.messages. The...