Commit dfda861
committed
Add job to schedule job to send bounce notifications
We want the job that sends bounce notifications to run on a schedule
every day, and we want it to be retryable if it fails. Add a job that
will run on a schdedule to enqueue the SendBounceNotificationsJob to
send bounce notifications for the previous day so that retrying the
job will send bounces for that day.1 parent 9166003 commit dfda861
2 files changed
Lines changed: 20 additions & 0 deletions
File tree
- app/jobs
- spec/jobs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments