Skip to content

Commit a4c7b1f

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update scheduler.rst
2 parents 5631396 + fd929eb commit a4c7b1f

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
@@ -791,10 +791,13 @@ recurring messages. You can narrow down the list to a specific schedule:
791791
-------------------- -------------------------- ---------------------
792792
793793
# you can also specify a date to use for the next run date:
794-
$ php bin/console --date=2025-10-18
794+
$ php bin/console debug:scheduler --date=2025-10-18
795+
796+
# you can also specify a date to use for the next run date for a schedule:
797+
$ php bin/console debug:scheduler name_of_schedule --date=2025-10-18
795798
796799
# use the --all option to also display the terminated recurring messages
797-
$ php bin/console --all
800+
$ php bin/console debug:scheduler --all
798801
799802
Efficient management with Symfony Scheduler
800803
-------------------------------------------

0 commit comments

Comments
 (0)