Skip to content

Commit

Permalink
chore(docs): add minor update to background jobs handler timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Sep 11, 2023
1 parent d952592 commit 5f1d65d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/features/background-jobs.md
Expand Up @@ -25,7 +25,10 @@ When to use which function of adding a job:
based on the specific `cronExpression`. Jos created will have a default
priority of '4'.

Every job runs with a timeout. It is determined in the following order:
Every job runs with a timeout. This timeout is enforced with an `AbortSignal` on
the `event` argument passed to your handler and automatically checked with calls
like `eventStart` and `newEventFromEvent`. It is determined in the following
order:

- Timeout of the specific job, via `handlerTimeout` property. Should be used
sporadically
Expand Down

0 comments on commit 5f1d65d

Please sign in to comment.