mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Добавлена обработка и логгирование ошибок для очереди задач
This commit is contained in:
@@ -26,6 +26,9 @@ return [
|
||||
'urlManager' => [
|
||||
'hostInfo' => getenv('DOMAIN') ?: 'https://account.ely.by',
|
||||
],
|
||||
'queue' => [
|
||||
'on afterError' => [new console\components\ErrorHandler(), 'handleQueueError'],
|
||||
],
|
||||
],
|
||||
'controllerMap' => [
|
||||
'migrate' => [
|
||||
|
Reference in New Issue
Block a user