Skip to content

Commit 2129f69

Browse files
Improve message
1 parent b29f831 commit 2129f69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scheduler.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ install the scheduler component:
2828
2929
.. tip::
3030

31-
Since MakerBundle ``v1.58.0`` - you can run ``php bin/console make:schedule``
32-
to generate schedule.
31+
Starting in `MakerBundle`_ ``v1.58.0``, you can run ``php bin/console make:schedule``
32+
to generate a basic schedule, that you can customise to create your own Scheduler.
3333

3434
Symfony Scheduler Basics
3535
------------------------
@@ -978,6 +978,7 @@ helping you identify those messages when needed.
978978
Automatically attaching a :class:`Symfony\\Component\\Messenger\\Stamp\\ScheduledStamp`
979979
to redispatched messages was introduced in Symfony 6.4.
980980

981+
.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
981982
.. _`Memoizing`: https://en.wikipedia.org/wiki/Memoization
982983
.. _`cron command-line utility`: https://en.wikipedia.org/wiki/Cron
983984
.. _`crontab.guru website`: https://crontab.guru/

0 commit comments

Comments
 (0)