From 4a3083fac40c77bdeb350b7d394f54dd92bcec4f Mon Sep 17 00:00:00 2001 From: Brendan <38113103+BrendanEthika@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:49:26 -0800 Subject: [PATCH] Update scheduler.rst --- scheduler.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scheduler.rst b/scheduler.rst index d658a7ee4f6..557e4fc68cb 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -824,10 +824,13 @@ recurring messages. You can narrow down the list to a specific schedule: -------------------- -------------------------- --------------------- # you can also specify a date to use for the next run date: - $ php bin/console --date=2025-10-18 + $ php bin/console debug:scheduler --date=2025-10-18 + + # you can also specify a date to use for the next run date for a schedule: + $ php bin/console debug:scheduler name_of_schedule --date=2025-10-18 # use the --all option to also display the terminated recurring messages - $ php bin/console --all + $ php bin/console debug:scheduler --all Efficient management with Symfony Scheduler -------------------------------------------