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 @@ -22,6 +22,11 @@ install the scheduler component:
2222
2323 $ composer require symfony/scheduler
2424
25+ .. tip ::
26+
27+ Starting in `MakerBundle `_ ``v1.58.0 ``, you can run ``php bin/console make:schedule ``
28+ to generate a basic schedule, that you can customize to create your own Scheduler.
29+
2530Symfony Scheduler Basics
2631------------------------
2732
@@ -936,6 +941,7 @@ When using the ``RedispatchMessage``, Symfony will attach a
936941:class: `Symfony\\ Component\\ Scheduler\\ Messenger\\ ScheduledStamp ` to the message,
937942helping you identify those messages when needed.
938943
944+ .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
939945.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
940946.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
941947.. _`crontab.guru website` : https://crontab.guru/
You can’t perform that action at this time.
0 commit comments