mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
Updated to include RQ reconfigure warning
This commit is contained in:
parent
d34a87f591
commit
9b60d4676d
@ -110,7 +110,7 @@ By default, a script can be scheduled for execution at a later time. Setting `sc
|
|||||||
|
|
||||||
### `rq_queue_name`
|
### `rq_queue_name`
|
||||||
|
|
||||||
This will override the standard `QUEUE_MAPPINGS` setting for the script to be process by the worker. If the queue is not found then the default logic found in the settings file will be used.
|
This will override the standard `QUEUE_MAPPINGS` setting for the script to be process by the worker. If you use a queue name that is not one of the NetBox provided queues, (IE `high`, `default`, or `low`) then you must reconfigure the RQ working for the new queue. If the queue is not configured then the default logic found in the settings file for [QUEUE_MAPPINGS](../configuration/miscellaneous.md#queue_mappings) will be used.
|
||||||
|
|
||||||
### `job_timeout`
|
### `job_timeout`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user