Skip to content

Commit e6068c6

Browse files
authored
Fixed deprecation (#1548)
1 parent 4720cf6 commit e6068c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/SupervisorOptions.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@ class SupervisorOptions
165165
*/
166166
public $rest;
167167

168+
/**
169+
* The number of seconds to wait before retrying a job that encountered an uncaught exception.
170+
*
171+
* @var int
172+
*/
173+
public $retryAfter;
174+
168175
/**
169176
* Create a new worker options instance.
170177
*

0 commit comments

Comments
 (0)