diff --git a/src/version.py b/src/version.py index 23d0028..f80822f 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -VERSION = '1.0.27' +VERSION = '1.0.28' diff --git a/src/worker/email.py b/src/worker/email.py index 0fdbd7c..5a925f3 100644 --- a/src/worker/email.py +++ b/src/worker/email.py @@ -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']