Skip to content

Commit 49f67b6

Browse files
committed
minor #19811 [Scheduler] show make:schedule (mdoutreluingne)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Scheduler] show ``make:schedule`` Since [`v1.58`](https://github.com/symfony/maker-bundle/releases/tag/v1.58.0) of the MakerBundle, by running the [`php bin/console make:schedule`](symfony/maker-bundle#1487) command to generate a basic schedule. Commits ------- 7e8f774 [Scheduler] show ``make:schedule``
2 parents d47ea71 + 7e8f774 commit 49f67b6

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

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

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

0 commit comments

Comments
 (0)