Skip to content

Commit ec26f7f

Browse files
committed
Update retention time on sequence diagram
We now delete all submissions 30 days after they were created. Update the sequence diagram to reflect this change.
1 parent 9c0e33b commit ec26f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diagrams/sequence-diagrams/sending-submission-emails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ else email bounces
9090
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.
9191
end
9292
93-
worker->>worker: Recurring task deletes Submissions<br/>that haven't bounced after 7 days
93+
worker->>worker: Recurring task deletes Submissions<br/> 30 days after they were created
9494
```
9595

9696
## Handling email bounces/complaints

0 commit comments

Comments
 (0)