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 0175292 + 364ffaa commit 4956c42Copy full SHA for 4956c42
scheduler.rst
@@ -378,7 +378,8 @@ that it may not align with what you are seeking.
378
379
That's why the scheduler allows to remember the last execution date of a message
380
via the ``stateful`` option (and the :doc:`Cache component </components/cache>`).
381
-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
382
+a worker is restarted, it resumes from the point it left off::
383
384
// src/Scheduler/SaleTaskProvider.php
385
namespace App\Scheduler;
0 commit comments