diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index 45982a3f6..7dc636587 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -1264,7 +1264,7 @@ function isAnyDeploymentInprogress() $horizonJobIds = []; foreach ($runningJobs as $runningJob) { $horizonJobStatus = getJobStatus($runningJob->horizon_job_id); - if ($horizonJobStatus === 'unknown') { + if ($horizonJobStatus === 'unknown' || $horizonJobStatus === 'reserved') { $horizonJobIds[] = $runningJob->horizon_job_id; } }