Including pm2 as a recommended option for queues on docs #39346
Unanswered
bernardwiesner
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Supervisor has a disadvantage of not handling 0 downtime deployments. The queued jobs are still processed after a restart of the queue worker, but there can be some lag and scheduled jobs could run a little later than intended. This can be a problem for time precise jobs.
pm2 has the option of rolling restart, and 0 downtime deployments. The setup is also easy and user friendly. It would be nice to have it as an alternative recommendation to supervisor on the docs.
Beta Was this translation helpful? Give feedback.
All reactions