feat: some cleanup

This commit is contained in:
Christy Jacob
2022-02-15 19:42:45 +04:00
parent 0b9e8454d0
commit aba9dc323d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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...');
-1
View File
@@ -4,7 +4,6 @@ namespace Executor;
use Exception;
use Utopia\App;
use Utopia\Storage\Storage;
class Executor
{