Skip to content

Commit 150715b

Browse files
committed
update JobInterface
1 parent 93e4c5f commit 150715b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Interfaces/JobInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ interface JobInterface
77
public function __construct(array $data);
88

99
public function process();
10+
11+
public function getRetryAfter(): int;
12+
13+
public function getTries(): int;
1014
}

0 commit comments

Comments
 (0)