Skip to content

Commit

Permalink
Merge pull request #462 from tutorcruncher/increase-timeout-for-send-…
Browse files Browse the repository at this point in the history
…emails

Increase timeout from 10s to 15s for send_emails
  • Loading branch information
HenryTraill committed Oct 23, 2023
2 parents 60338ca + 03720d6 commit 3464d06
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 @@ -115,6 +115,7 @@ async def _send_mandrill(self, email_info: EmailInfo, attachments: List[dict]):
important=self.m.important,
attachments=attachments,
),
'timeout_': 15,
}
send_ts = utcnow()
job_try = self.ctx['job_try']
Expand Down

0 comments on commit 3464d06

Please sign in to comment.