File tree 1 file changed +6
-0
lines changed
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:
22
22
23
23
$ composer require symfony/scheduler
24
24
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
+
25
30
Symfony Scheduler Basics
26
31
------------------------
27
32
@@ -936,6 +941,7 @@ When using the ``RedispatchMessage``, Symfony will attach a
936
941
:class: `Symfony\\ Component\\ Scheduler\\ Messenger\\ ScheduledStamp ` to the message,
937
942
helping you identify those messages when needed.
938
943
944
+ .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
939
945
.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
940
946
.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
941
947
.. _`crontab.guru website` : https://crontab.guru/
You can’t perform that action at this time.
0 commit comments