Deliver emails for bundled notifications (initial WIP)
This commit is contained in:
@@ -17,6 +17,9 @@ production: &production
|
||||
clear_solid_queue_finished_jobs:
|
||||
command: "SolidQueue::Job.clear_finished_in_batches(sleep_between_batches: 0.3)"
|
||||
schedule: every hour at minute 12
|
||||
deliver_bundled_notifications:
|
||||
command: "Notification::Bundle.deliver_all_later"
|
||||
schedule: every 30 minutes
|
||||
|
||||
beta: *production
|
||||
staging: *production
|
||||
|
||||
Reference in New Issue
Block a user