Skip to content

Commit b474636

Browse files
committed
[Scheduler] add note about the recipe
1 parent 7a5bf80 commit b474636

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scheduler.rst

+3-4
Original file line numberDiff line numberDiff 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

3535
Symfony 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,
10081008
helping 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

0 commit comments

Comments
 (0)