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:
26
26
27
27
$ composer require symfony/scheduler
28
28
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
+
29
34
Symfony Scheduler Basics
30
35
------------------------
31
36
@@ -973,6 +978,7 @@ helping you identify those messages when needed.
973
978
Automatically attaching a :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp `
974
979
to redispatched messages was introduced in Symfony 6.4.
975
980
981
+ .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
976
982
.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
977
983
.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
978
984
.. _`crontab.guru website` : https://crontab.guru/
You can’t perform that action at this time.
0 commit comments