Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Need a never ending worker #89

Open
tarinisunil opened this issue Sep 26, 2018 · 0 comments
Open

Need a never ending worker #89

tarinisunil opened this issue Sep 26, 2018 · 0 comments

Comments

@tarinisunil
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant