File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -238,10 +238,6 @@ For example::
238238 The day of month range is ``1-28 ``, this is to account for February
239239 which has a minimum of 28 days.
240240
241- .. versionadded :: 6.4
242-
243- Since version 6.4, it is now possible to add and define a timezone as a 3rd argument
244-
245241Periodical Triggers
246242~~~~~~~~~~~~~~~~~~~
247243
@@ -352,11 +348,6 @@ the Messenger component:
352348 .. image :: /_images/components/scheduler/generate_consume.png
353349 :alt: Symfony Scheduler - generate and consume
354350
355- .. versionadded :: 6.4
356-
357- Since version 6.4, you can define your messages via a ``callback `` via the
358- :class: `Symfony\\ Component\\ Scheduler\\ Trigger\\ CallbackMessageProvider `.
359-
360351Debugging the Schedule
361352----------------------
362353
@@ -380,12 +371,6 @@ recurring messages. You can narrow down the list to a specific schedule:
380371 15 4 */3 * * App\Messenger\Foo(0:17..) Mon, 18 Dec 2023 ...
381372 -------------------- -------------------------- ---------------------
382373
383- .. versionadded :: 6.4
384-
385- Since version 6.4, you can even specify a date to determine the next run date
386- using the ``--date `` option. Additionally, you have the option to display
387- terminated recurring messages using the ``--all `` option.
388-
389374 Efficient management with Symfony Scheduler
390375-------------------------------------------
391376
You can’t perform that action at this time.
0 commit comments