Starting Multiple RQ Workers #919
jvanderaa
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
What if these are celery workers? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you need to have multiple RQ workers (only workers on Nautobot 1.0.x) using a local install, you will need to make systemd units for the multiple workers. This is then helpful if you want to have multiple processes running while using the Django RQ system. This may not be necessary for those that have Celery workers, as those have a different process for expanding how many jobs are run.
https://python-rq.org/patterns/systemd/
https://www.stevenrombauts.be/2019/01/run-multiple-instances-of-the-same-systemd-unit/
Steps
Beta Was this translation helpful? Give feedback.
All reactions