Add foreign IP login notifications
This commit is contained in:
@@ -14,6 +14,7 @@ const jobs_config = {
|
||||
queues: [
|
||||
'mailer',
|
||||
'password_resets',
|
||||
'notifications',
|
||||
],
|
||||
|
||||
// Mapping of worker name => worker config
|
||||
@@ -22,7 +23,7 @@ const jobs_config = {
|
||||
// The name of the worker is "main"
|
||||
main: {
|
||||
// This worker will process these queues
|
||||
queues: ['mailer', 'password_resets'],
|
||||
queues: ['mailer', 'password_resets', 'notifications'],
|
||||
},
|
||||
|
||||
// You can have many workers, and multiple workers can
|
||||
|
||||
Reference in New Issue
Block a user