Updated to include RQ reconfigure warning

This commit is contained in:
Chambers, Jason 2024-07-10 13:13:03 -04:00
parent d34a87f591
commit 9b60d4676d

View File

@ -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`