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:
791
791
-------------------- -------------------------- ---------------------
792
792
793
793
# 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
795
798
796
799
# use the --all option to also display the terminated recurring messages
797
- $ php bin/console --all
800
+ $ php bin/console debug:scheduler --all
798
801
799
802
Efficient management with Symfony Scheduler
800
803
-------------------------------------------
You can’t perform that action at this time.
0 commit comments