FIx ot reschedule in one hour but in one minute
All checks were successful
Push image to registry / build-image (push) Successful in 6m42s
All checks were successful
Push image to registry / build-image (push) Successful in 6m42s
This commit is contained in:
@ -196,7 +196,7 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
|
|||||||
$hours = $availibleInButton->getText();
|
$hours = $availibleInButton->getText();
|
||||||
// If the text is like "in 26 sec." we need to put one minute
|
// If the text is like "in 26 sec." we need to put one minute
|
||||||
if (str_contains($hours, "sec")) {
|
if (str_contains($hours, "sec")) {
|
||||||
$this->reschedule(60);
|
$this->reschedule(1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$hours = explode(" ", $hours);
|
$hours = explode(" ", $hours);
|
||||||
|
Reference in New Issue
Block a user