Skip to content

Commit 4a3083f

Browse files
authored
Update scheduler.rst
1 parent b53a0e0 commit 4a3083f

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)