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 @@ -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-------------------------------------------
You can’t perform that action at this time.
0 commit comments