mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06: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:
parent
4c9de9d117
commit
d47c3d805d
@ -11,7 +11,7 @@ User=netbox
|
|||||||
Group=netbox
|
Group=netbox
|
||||||
WorkingDirectory=/opt/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
|
Restart=on-failure
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
|
Loading…
Reference in New Issue
Block a user