Skip to content

Commit 864d65f

Browse files
Update docs/en/08_troubleshooting.md
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
1 parent 9d01fbf commit 864d65f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/08_troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class MyJob extends AbstractQueuedJob
218218

219219
Global configuration is available on the `QueuedJobService` class:
220220

221-
- `job_retry_buffer` represents separation of job retries and job processing mechanism to avoid potential edge cases, defaults to 1 minute
221+
- `job_retry_buffer` determines the amount of time (in minutes) before stuck jobs will become eligible for automated retry processing to avoid potential edge cases, defaults to 1 minute
222222
- `job_retry_limit` how many stuck jobs can be retried per a single execution of `runQueue()`, set to `10` to disable job retries, defaults to `0` (globally disabled), recommended safe value is `10`
223223
- `job_retry_status_map` defines the job status transformation map, this allows to customise how the job statuses change during a job retry, defaults to `New` for `Broken` jobs and `Waiting` for `Paused` jobs
224224

0 commit comments

Comments
 (0)