Skip to content

Commit

Permalink
Merge pull request OptimalBits#1535 from abhisheksoni27/patch-1
Browse files Browse the repository at this point in the history
fix: typo in important notes section
  • Loading branch information
manast authored Nov 3, 2019
2 parents 146bc8e + f1e68f7 commit db5139d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,4 @@ the job will be considered stalled and is automatically restarted; it will be __

As such, you should always listen for the `stalled` event and log this to your error monitoring system, as this means your jobs are likely getting double-processed.

As a safeguard so problematic jobs won't get restarted indefinitely (e.g. if the job processor aways crashes its Node process), jobs will be recovered from a stalled state a maximum of `maxStalledCount` times (default: `1`).
As a safeguard so problematic jobs won't get restarted indefinitely (e.g. if the job processor always crashes its Node process), jobs will be recovered from a stalled state a maximum of `maxStalledCount` times (default: `1`).

0 comments on commit db5139d

Please sign in to comment.