Skip to content

Commit 26ba948

Browse files
committed
Minor tweak
1 parent 92729a4 commit 26ba948

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scheduler.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,16 @@ the frequency of the message. Symfony provides different types of triggers:
143143
A trigger that excludes certain times from a given trigger.
144144

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

150151
:class:`Symfony\\Component\\Scheduler\\Trigger\\PeriodicalTrigger`
151152
A trigger that uses a ``DateInterval`` to determine the next run date.
152153

153154
Most of them can be created via the :class:`Symfony\\Component\\Scheduler\\RecurringMessage`
154-
class, as we'll see in the following examples.
155+
class, as shown in the following examples.
155156

156157
Cron Expression Triggers
157158
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)