We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3dd5a6 + 364ffaa commit fea67e3Copy full SHA for fea67e3
scheduler.rst
@@ -360,7 +360,8 @@ that it may not align with what you are seeking.
360
361
That's why the scheduler allows to remember the last execution date of a message
362
via the ``stateful`` option (and the :doc:`Cache component </components/cache>`).
363
-This allows the system to retain the state of the schedule, ensuring that when a worker is restarted, it resumes from the point it left off.::
+This allows the system to retain the state of the schedule, ensuring that when
364
+a worker is restarted, it resumes from the point it left off::
365
366
// src/Scheduler/SaleTaskProvider.php
367
namespace App\Scheduler;
0 commit comments