Skip to content

Commit

Permalink
[Scheduler] Remove incorrect mention of subtracting time from jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Te4g authored Apr 15, 2024
1 parent 455402b commit 1c31adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ the frequency of the message. Symfony provides different types of triggers:

:class:`Symfony\\Component\\Scheduler\\Trigger\\JitterTrigger`
A trigger that adds a random jitter to a given trigger. The jitter is some
time that it's added/subtracted to the original triggering date/time. This
time that is added to the original triggering date/time. This
allows to distribute the load of the scheduled tasks instead of running them
all at the exact same time.

Expand Down

0 comments on commit 1c31adc

Please sign in to comment.