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:
143
143
A trigger that excludes certain times from a given trigger.
144
144
145
145
: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.
149
150
150
151
:class: `Symfony\\ Component\\ Scheduler\\ Trigger\\ PeriodicalTrigger `
151
152
A trigger that uses a ``DateInterval `` to determine the next run date.
152
153
153
154
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.
155
156
156
157
Cron Expression Triggers
157
158
~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments