1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

chore: avoid the default RQ worker to listen to every queues by default and rather only listen to netbox core queues.

This commit is contained in:
maximumG
2021-07-09 10:03:51 +02:00
parent dce3e0763f
commit a09e4bf82a

View File

@ -11,7 +11,7 @@ User=netbox
Group=netbox
WorkingDirectory=/opt/netbox
ExecStart=/opt/netbox/venv/bin/python3 /opt/netbox/netbox/manage.py rqworker
ExecStart=/opt/netbox/venv/bin/python3 /opt/netbox/netbox/manage.py rqworker high default low
Restart=on-failure
RestartSec=30