File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ install the scheduler component:
28
28
29
29
.. tip ::
30
30
31
- Since MakerBundle ``v1.58.0 `` - you can run ``php bin/console make:schedule ``
32
- to generate schedule.
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
33
34
34
Symfony Scheduler Basics
35
35
------------------------
@@ -978,6 +978,7 @@ helping you identify those messages when needed.
978
978
Automatically attaching a :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp `
979
979
to redispatched messages was introduced in Symfony 6.4.
980
980
981
+ .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
981
982
.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
982
983
.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
983
984
.. _`crontab.guru website` : https://crontab.guru/
You can’t perform that action at this time.
0 commit comments