File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ install the scheduler component:
2727
2828 $ composer require symfony/scheduler
2929
30- .. tip ::
30+ .. note ::
3131
32- Starting in ` MakerBundle `_ `` v1.58.0 ``, you can run `` php bin/console make: schedule``
33- to generate a basic schedule, that you can customize to create your own Scheduler .
32+ The Symfony Scheduler Flex recipe creates an initial schedule that's ready
33+ to start adding your tasks .
3434
3535Symfony Scheduler Basics
3636------------------------
@@ -1007,7 +1007,6 @@ When using the ``RedispatchMessage``, Symfony will attach a
10071007:class: `Symfony\\ Component\\ Scheduler\\ Messenger\\ ScheduledStamp ` to the message,
10081008helping you identify those messages when needed.
10091009
1010- .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
10111010.. _`Deploying to Production` : https://symfony.com/doc/current/messenger.html#deploying-to-production
10121011.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
10131012.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
You can’t perform that action at this time.
0 commit comments