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:
824
824
-------------------- -------------------------- ---------------------
825
825
826
826
# 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
828
831
829
832
# use the --all option to also display the terminated recurring messages
830
- $ php bin/console --all
833
+ $ php bin/console debug:scheduler --all
831
834
832
835
Efficient management with Symfony Scheduler
833
836
-------------------------------------------
You can’t perform that action at this time.
0 commit comments