From 4d491328219d55f4ebb3fa1a2cb60be1bd69387d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 14 Sep 2023 17:22:21 +0200 Subject: [PATCH] hm --- app/Jobs/ContainerStatusJob.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Jobs/ContainerStatusJob.php b/app/Jobs/ContainerStatusJob.php index 8f59c7a2c..5fb0655b0 100644 --- a/app/Jobs/ContainerStatusJob.php +++ b/app/Jobs/ContainerStatusJob.php @@ -19,7 +19,7 @@ use Illuminate\Queue\Middleware\WithoutOverlapping; use Illuminate\Queue\SerializesModels; use Str; -class ContainerStatusJob implements ShouldQueue, ShouldBeUnique, ShouldBeEncrypted +class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; @@ -89,7 +89,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeUnique, ShouldBeEncrypt $labels = data_get($container, 'Config.Labels'); $labels = Arr::undot(format_docker_labels_to_json($labels)); $labelId = data_get($labels, 'coolify.applicationId'); - ray($labelId); if ($labelId) { if (str_contains($labelId,'-pr-')) { $previewId = (int) Str::after($labelId, '-pr-');