Skip to content

Commit b5bc9a4

Browse files
Clarify retryUntil() precedence over tries (#10427)
1 parent 3d227ed commit b5bc9a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎events.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,8 @@ public function retryUntil(): DateTime
535535
}
536536
```
537537

538+
If both `retryUntil` and `tries` are defined, Laravel gives precedence to the `retryUntil` method.
539+
538540
<a name="specifying-queued-listener-backoff"></a>
539541
#### Specifying Queued Listener Backoff
540542

0 commit comments

Comments
 (0)