Skip to content

Commit 7e8f774

Browse files
mdoutreluingnejaviereguiluz
authored andcommitted
[Scheduler] show make:schedule
1 parent a619916 commit 7e8f774

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
@@ -26,6 +26,11 @@ install the scheduler component:
2626
2727
$ composer require symfony/scheduler
2828
29+
.. tip::
30+
31+
Starting in `MakerBundle`_ ``v1.58.0``, you can run ``php bin/console make:schedule``
32+
to generate a basic schedule, that you can customise to create your own Scheduler.
33+
2934
Symfony Scheduler Basics
3035
------------------------
3136

@@ -973,6 +978,7 @@ helping you identify those messages when needed.
973978
Automatically attaching a :class:`Symfony\\Component\\Messenger\\Stamp\\ScheduledStamp`
974979
to redispatched messages was introduced in Symfony 6.4.
975980

981+
.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
976982
.. _`Memoizing`: https://en.wikipedia.org/wiki/Memoization
977983
.. _`cron command-line utility`: https://en.wikipedia.org/wiki/Cron
978984
.. _`crontab.guru website`: https://crontab.guru/

0 commit comments

Comments
 (0)