mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
users addition
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
_APP_ENV=production
|
||||
_APP_ENV=development
|
||||
_APP_LOCALE=en
|
||||
_APP_WORKER_PER_CORE=2
|
||||
_APP_CONSOLE_WHITELIST_ROOT=disabled
|
||||
|
||||
@@ -274,5 +274,12 @@ $worker
|
||||
Console::error('[Error] Line: ' . $error->getLine());
|
||||
});
|
||||
|
||||
// We need to add `getWorkerStartHook` in `utopia-php/queue` so that we can check if
|
||||
// we have already added workerStart hook, if not we can add this default worker start hook here
|
||||
|
||||
|
||||
// $worker->workerStart()
|
||||
// ->action(function () use ($workerName) {
|
||||
// Console::info("Worker $workerName started");
|
||||
// });
|
||||
$worker->start();
|
||||
|
||||
Reference in New Issue
Block a user