From aba9dc323db2e58419d132caa6d26df04579d402 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 15 Feb 2022 19:42:45 +0400 Subject: [PATCH] feat: some cleanup --- app/executor.php | 2 +- src/Executor/Executor.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/executor.php b/app/executor.php index 3485539d8b..389fe150fa 100644 --- a/app/executor.php +++ b/app/executor.php @@ -769,7 +769,7 @@ $http->on('start', function ($http) { }); -$http->on("shutdown", function() { +$http->on('shutdown', function() { global $orchestrationPool; Console::info('Cleaning up containers before shutdown...'); diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 2e91cd6aee..1504319cbe 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -4,7 +4,6 @@ namespace Executor; use Exception; use Utopia\App; -use Utopia\Storage\Storage; class Executor {