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 3a935b0 + c018641 commit 8c9d5a0Copy full SHA for 8c9d5a0
scheduler.rst
@@ -876,8 +876,7 @@ before being further redispatched to its corresponding handler::
876
{
877
return $this->schedule ??= (new Schedule())
878
->with(
879
- RecurringMessage::every('5 seconds'),
880
- new RedispatchMessage(new Message(), 'async')
+ RecurringMessage::every('5 seconds', new RedispatchMessage(new Message(), 'async'))
881
);
882
}
883
0 commit comments