Skip to content

Commit ab0b41e

Browse files
committed
bug #19454 [Scheduler] Fixes typos and adds more detail for specifying dates of schedule (BrendanEthika)
This PR was merged into the 6.4 branch. Discussion ---------- [Scheduler] Fixes typos and adds more detail for specifying dates of schedule fixes typo and adds more documentation around setting date for next schedule run of scheduler Commits ------- 4a3083f Update scheduler.rst
2 parents b53a0e0 + 4a3083f commit ab0b41e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scheduler.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,10 +824,13 @@ recurring messages. You can narrow down the list to a specific schedule:
824824
-------------------- -------------------------- ---------------------
825825
826826
# you can also specify a date to use for the next run date:
827-
$ php bin/console --date=2025-10-18
827+
$ php bin/console debug:scheduler --date=2025-10-18
828+
829+
# you can also specify a date to use for the next run date for a schedule:
830+
$ php bin/console debug:scheduler name_of_schedule --date=2025-10-18
828831
829832
# use the --all option to also display the terminated recurring messages
830-
$ php bin/console --all
833+
$ php bin/console debug:scheduler --all
831834
832835
Efficient management with Symfony Scheduler
833836
-------------------------------------------

0 commit comments

Comments
 (0)