Skip to content

Commit

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

Please sign in to comment.