Skip to content

Commit 7e3f35e

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Scheduler] Remove incorrect mention of subtracting time from jitter
2 parents bf3e070 + 518c0d5 commit 7e3f35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ the frequency of the message. Symfony provides different types of triggers:
149149

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

0 commit comments

Comments
 (0)