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
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
I have an Server which randomly produces job like a publisher. Monq is being used as a job queue. Consumer can consume whenever it is up. The issue is after one deque the worker stops processing jobs.
I have two queues main and retry, once dequed from main it will go in retry and will remain there always. It should be FIFO. I have created a worker with two listeners but it stops after processing one message. What am i doing wrong?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an Server which randomly produces job like a publisher. Monq is being used as a job queue. Consumer can consume whenever it is up. The issue is after one deque the worker stops processing jobs.
I have two queues main and retry, once dequed from main it will go in retry and will remain there always. It should be FIFO. I have created a worker with two listeners but it stops after processing one message. What am i doing wrong?
The text was updated successfully, but these errors were encountered: