We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e4c5f commit 150715bCopy full SHA for 150715b
1 file changed
src/Interfaces/JobInterface.php
@@ -7,4 +7,8 @@ interface JobInterface
7
public function __construct(array $data);
8
9
public function process();
10
+
11
+ public function getRetryAfter(): int;
12
13
+ public function getTries(): int;
14
}
0 commit comments