Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  [Scheduler] Remove incorrect mention of subtracting time from jitter
  • Loading branch information
javiereguiluz committed Apr 16, 2024
2 parents 22df0ca + aa10b80 commit 518c0d5
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 @@ -149,7 +149,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 518c0d5

Please sign in to comment.