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.
1 parent f604e89 commit 9816136Copy full SHA for 9816136
scheduler.rst
@@ -352,7 +352,8 @@ that it may not align with what you are seeking.
352
353
That's why the scheduler allows to remember the last execution date of a message
354
via the ``stateful`` option (and the :doc:`Cache component </components/cache>`).
355
-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
356
+a worker is restarted, it resumes from the point it left off::
357
358
// src/Scheduler/SaleTaskProvider.php
359
namespace App\Scheduler;
0 commit comments