Skip to content

Commit 2f2f2a3

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [Scheduler] show ``make:schedule``
2 parents c6f0203 + b4c6e97 commit 2f2f2a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scheduler.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ install the scheduler component:
2222
2323
$ composer require symfony/scheduler
2424
25+
.. tip::
26+
27+
Starting in `MakerBundle`_ ``v1.58.0``, you can run ``php bin/console make:schedule``
28+
to generate a basic schedule, that you can customize to create your own Scheduler.
29+
2530
Symfony Scheduler Basics
2631
------------------------
2732

@@ -936,6 +941,7 @@ When using the ``RedispatchMessage``, Symfony will attach a
936941
:class:`Symfony\\Component\\Scheduler\\Messenger\\ScheduledStamp` to the message,
937942
helping you identify those messages when needed.
938943

944+
.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
939945
.. _`Memoizing`: https://en.wikipedia.org/wiki/Memoization
940946
.. _`cron command-line utility`: https://en.wikipedia.org/wiki/Cron
941947
.. _`crontab.guru website`: https://crontab.guru/

0 commit comments

Comments
 (0)