Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Nov 5, 2023
1 parent c1166e8 commit 864f415
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,9 +559,10 @@ Also, the `isValid()` method will evaluate both the "run until" and max attempts
### Buffer

By default, a scheduled task's time evaluation is strict, which in most cases means that the
execution time will happen on the `00` second. If, for some reason, there is a concern or
possibility that the execution of a task would be delayed - and not be evaluated on a `00`
timestamp - you can set a time buffer to "soften" the strictness of the scheduled time evaluation.
execution time will happen on the `00` second of the timestamp. If, for some reason, there is
a concern or possibility that the execution of a task would be delayed - and not be evaluated
on a `00` second timestamp - you can set a time buffer to "soften" the strictness of the
scheduled time evaluation.

The below example gives a 10 second "cushion" to ensure that if there were any processing delay,
the task's scheduled time evaluation should evaluate to `true` in the window of 0-10 seconds of the
Expand Down

0 comments on commit 864f415

Please sign in to comment.