Changelog & documentation for #5479

This commit is contained in:
jeremystretch
2022-04-08 14:10:21 -04:00
parent 84c30580aa
commit 1d8b8aad3b
3 changed files with 18 additions and 1 deletions

View File

@@ -91,7 +91,9 @@ commit_default = False
### `job_timeout`
Set the allowed runtime of a script. If not set the `RQ_DEFAULT_TIMEOUT` will be used.
Set the maximum allowed runtime for the script. If not set, `RQ_DEFAULT_TIMEOUT` will be used.
!!! info "This feature was introduced in v3.2.1"
## Accessing Request Data