File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
153154Most 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
156157Cron Expression Triggers
157158~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments