mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: some cleanup
This commit is contained in:
+1
-1
@@ -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...');
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ namespace Executor;
|
||||
|
||||
use Exception;
|
||||
use Utopia\App;
|
||||
use Utopia\Storage\Storage;
|
||||
|
||||
class Executor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user