Skip to content

Commit 4956c42

Browse files
committed
Merge remote-tracking branch 'upstream/6.4' into 6.4
* upstream/6.4: fix typo
2 parents 0175292 + 364ffaa commit 4956c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scheduler.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ that it may not align with what you are seeking.
378378

379379
That's why the scheduler allows to remember the last execution date of a message
380380
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.::
381+
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::
382383

383384
// src/Scheduler/SaleTaskProvider.php
384385
namespace App\Scheduler;

0 commit comments

Comments
 (0)