This commit is contained in:
Andras Bacsai
2023-05-04 09:11:11 +02:00
parent 3156d97969
commit ac976d0f3a
9 changed files with 45 additions and 40 deletions

View File

@@ -37,7 +37,7 @@ class DeployApplicationJob implements ShouldQueue
protected string $workdir;
protected string $docker_compose;
public static int $batch_counter = 0;
public $timeout = 3600;
/**
* Create a new job instance.
*/