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::
238
238
The day of month range is ``1-28 ``, this is to account for February
239
239
which has a minimum of 28 days.
240
240
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
-
245
241
Periodical Triggers
246
242
~~~~~~~~~~~~~~~~~~~
247
243
@@ -352,11 +348,6 @@ the Messenger component:
352
348
.. image :: /_images/components/scheduler/generate_consume.png
353
349
:alt: Symfony Scheduler - generate and consume
354
350
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
-
360
351
Debugging the Schedule
361
352
----------------------
362
353
@@ -380,12 +371,6 @@ recurring messages. You can narrow down the list to a specific schedule:
380
371
15 4 */3 * * App\Messenger\Foo(0:17..) Mon, 18 Dec 2023 ...
381
372
-------------------- -------------------------- ---------------------
382
373
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
-
389
374
Efficient management with Symfony Scheduler
390
375
-------------------------------------------
391
376
You can’t perform that action at this time.
0 commit comments