Skip to content

Commit fea67e3

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix typo
2 parents e3dd5a6 + 364ffaa commit fea67e3

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
@@ -360,7 +360,8 @@ that it may not align with what you are seeking.
360360

361361
That's why the scheduler allows to remember the last execution date of a message
362362
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.::
363+
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::
364365

365366
// src/Scheduler/SaleTaskProvider.php
366367
namespace App\Scheduler;

0 commit comments

Comments
 (0)