diff --git a/app/workers/functions.php b/app/workers/functions.php index 1fb9892a2..e50c2fc68 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'