Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ddb2da

Browse filesBrowse files
committed
minor #20918 [Scheduler] add note about the recipe (kbond)
This PR was submitted for the 7.3 branch but it was merged into the 7.2 branch instead. Discussion ---------- [Scheduler] add note about the recipe Ref: symfony/recipes#1403 I'm also proposing deprecating `make:schedule`: symfony/maker-bundle#1684 Commits ------- b474636 [Scheduler] add note about the recipe
2 parents 7a5bf80 + b474636 commit 9ddb2da
Copy full SHA for 9ddb2da

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎scheduler.rst

Copy file name to clipboardExpand all lines: scheduler.rst
+3-4Lines changed: 3 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.