File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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+
2934Symfony 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/
You can’t perform that action at this time.
0 commit comments