From 9b60d4676ddbdb5e8db57a4a1c16b0910b8181bf Mon Sep 17 00:00:00 2001 From: "Chambers, Jason" Date: Wed, 10 Jul 2024 13:13:03 -0400 Subject: [PATCH] Updated to include RQ reconfigure warning --- docs/customization/custom-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization/custom-scripts.md b/docs/customization/custom-scripts.md index 96168ebaa..aa7b83c86 100644 --- a/docs/customization/custom-scripts.md +++ b/docs/customization/custom-scripts.md @@ -110,7 +110,7 @@ By default, a script can be scheduled for execution at a later time. Setting `sc ### `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`