From 4a0b9e5e89b2624e7810e18c8dbe26f0913ddbb7 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 20 Jun 2021 16:16:01 +0300 Subject: [PATCH] Removed duplicated cli command --- app/workers/functions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/workers/functions.php b/app/workers/functions.php index 1fb9892a29..e50c2fc68c 100644 --- a/app/workers/functions.php +++ b/app/workers/functions.php @@ -71,9 +71,6 @@ Console::success('Finished warmup in '.$warmupTime.' seconds'); $stdout = ''; $stderr = ''; -$exitCode = Console::execute('docker ps --all --format "name={{.Names}}&status={{.Status}}&labels={{.Labels}}" --filter label=appwrite-type=function' - , '', $stdout, $stderr, 30); - $executionStart = \microtime(true); $exitCode = Console::execute('docker ps --all --format "name={{.Names}}&status={{.Status}}&labels={{.Labels}}" --filter label=appwrite-type=function'