This commit is contained in:
@ -217,6 +217,10 @@ abstract class BrowserJob implements ShouldQueue
|
||||
$this->execute();
|
||||
}
|
||||
|
||||
public function reschedule($minutes) {
|
||||
$this::dispatch()->delay(now()->addMinutes($minutes));
|
||||
}
|
||||
|
||||
|
||||
// === BROWSER MACROS ===
|
||||
protected function waitForAndClickText(Browser $browser, string $text, int $timeout = 30, bool $ignoreCase = true) {
|
||||
|
Reference in New Issue
Block a user