Skip to content

Commit 1941db7

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Minor tweaks [Scheduler] add note about the recipe
2 parents e16a96e + b430e18 commit 1941db7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

scheduler.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ stack Symfony application.
2020
Installation
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

3534
Symfony 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,
10131012
helping 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

0 commit comments

Comments
 (0)