Deliver emails for bundled notifications (initial WIP)

This commit is contained in:
Jorge Manrubia
2025-08-26 13:22:22 +02:00
parent 218519d075
commit cfafc54a81
16 changed files with 271 additions and 6 deletions
+3
View File
@@ -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