Add timeout to ApplicationDeploymentJob

This commit is contained in:
Andras Bacsai 2023-11-16 13:27:51 +01:00
parent c866213f34
commit 4f0b214042

View File

@ -33,6 +33,8 @@ class ApplicationDeploymentJob implements ShouldQueue, ShouldBeEncrypted
{ {
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels, ExecuteRemoteCommand; use Dispatchable, InteractsWithQueue, Queueable, SerializesModels, ExecuteRemoteCommand;
public $timeout = 3600;
public static int $batch_counter = 0; public static int $batch_counter = 0;
private int $application_deployment_queue_id; private int $application_deployment_queue_id;