File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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-------------------------------------------
You can’t perform that action at this time.
0 commit comments