Skip to content

Commit fd929eb

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update scheduler.rst
2 parents 11bae19 + ab0b41e commit fd929eb

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)