We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c0e33b + ec26f7f commit f2e961dCopy full SHA for f2e961d
1 file changed
diagrams/sequence-diagrams/sending-submission-emails.md
@@ -90,7 +90,7 @@ else email bounces
90
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.
91
end
92
93
-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
94
```
95
96
## Handling email bounces/complaints
0 commit comments