This commit is contained in:
Chambers, Jason 2024-06-14 08:26:11 -04:00
parent a28810a98c
commit d8868ed153

View File

@ -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 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 the queue is not found then the default logic found in the settings file will be used.
### `job_timeout`