File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,16 @@ stack Symfony application.
2020Installation
2121------------
2222
23- In applications using :ref: `Symfony Flex <symfony-flex >`, run this command to
24- install the scheduler component:
23+ Run this command to install the scheduler component:
2524
2625.. code-block :: terminal
2726
2827 $ composer require symfony/scheduler
2928
30- .. tip ::
29+ .. note ::
3130
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 .
31+ In applications using :ref: ` Symfony Flex < symfony-flex >`, installing the component
32+ also creates an initial schedule that's ready to start adding your tasks .
3433
3534Symfony Scheduler Basics
3635------------------------
@@ -1012,7 +1011,6 @@ When using the ``RedispatchMessage``, Symfony will attach a
10121011:class: `Symfony\\ Component\\ Scheduler\\ Messenger\\ ScheduledStamp ` to the message,
10131012helping you identify those messages when needed.
10141013
1015- .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
10161014.. _`Deploying to Production` : https://symfony.com/doc/current/messenger.html#deploying-to-production
10171015.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
10181016.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
You can’t perform that action at this time.
0 commit comments