Skip to content

Commit

Permalink
Increase timeout from 10 to 15 for send_emails
Browse files Browse the repository at this point in the history
  • Loading branch information
DanJezeph15 committed Oct 23, 2023
1 parent 60338ca commit 8ea6842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.0.27'
VERSION = '1.0.28'
1 change: 1 addition & 0 deletions src/worker/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ async def _send_mandrill(self, email_info: EmailInfo, attachments: List[dict]):
inline_css=True,
important=self.m.important,
attachments=attachments,
timeout_=15,
),
}
send_ts = utcnow()
Expand Down

0 comments on commit 8ea6842

Please sign in to comment.