Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion diagrams/sequence-diagrams/sending-submission-emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else email bounces
note over ses,sns: We have an SQS queue subscribed to the<br/> SNS topic and a recurring task to poll<br/>the SQS queue.
end

worker->>worker: Recurring task deletes Submissions<br/>that haven't bounced after 7 days
worker->>worker: Recurring task deletes Submissions<br/> 30 days after they were created
```

## Handling email bounces/complaints
Expand Down