Add foreign IP login notifications

This commit is contained in:
garrettmills
2020-07-12 16:05:59 -05:00
parent 8dd3accfc4
commit d29e6f057a
7 changed files with 106 additions and 5 deletions

View File

@@ -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