Add ability to require e-mail verification
This commit is contained in:
@@ -15,6 +15,7 @@ const jobs_config = {
|
||||
'mailer',
|
||||
'password_resets',
|
||||
'notifications',
|
||||
'verifications',
|
||||
],
|
||||
|
||||
// Mapping of worker name => worker config
|
||||
@@ -23,7 +24,7 @@ const jobs_config = {
|
||||
// The name of the worker is "main"
|
||||
main: {
|
||||
// This worker will process these queues
|
||||
queues: ['mailer', 'password_resets', 'notifications'],
|
||||
queues: ['mailer', 'password_resets', 'notifications', 'verifications'],
|
||||
},
|
||||
|
||||
// You can have many workers, and multiple workers can
|
||||
|
||||
Reference in New Issue
Block a user