You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that after the NotificationJob, the queue will get some SenderJob and then start executing them.
What do you get instead?
All SenderJob are executed in the NotificationJob and additionally added to the queue several times.
If you put SenderJob in another queue, where a $instances contains one array element.
The SenderJob will be executed and 3 messages will be added to the queuePushSend, although the SenderJob should not be executed and 1 message should be added to the queuePushSend.
What steps will reproduce the problem?
Trying push message to queue from job.
supervisor config
What's expected?
I expect that after the NotificationJob, the queue will get some SenderJob and then start executing them.
What do you get instead?
All SenderJob are executed in the NotificationJob and additionally added to the queue several times.
If you put SenderJob in another queue, where a $instances contains one array element.
The SenderJob will be executed and 3 messages will be added to the queuePushSend, although the SenderJob should not be executed and 1 message should be added to the queuePushSend.
Additional info
The text was updated successfully, but these errors were encountered: