1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

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

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...');

View file

@ -4,7 +4,6 @@ namespace Executor;
use Exception;
use Utopia\App;
use Utopia\Storage\Storage;
class Executor
{