Skip to content

Commit

Permalink
Move timeout outside the message data
Browse files Browse the repository at this point in the history
  • Loading branch information
DanJezeph15 committed Oct 23, 2023
1 parent 8ea6842 commit 03720d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ async def _send_mandrill(self, email_info: EmailInfo, attachments: List[dict]):
inline_css=True,
important=self.m.important,
attachments=attachments,
timeout_=15,
),
'timeout_': 15,
}
send_ts = utcnow()
job_try = self.ctx['job_try']
Expand Down

0 comments on commit 03720d6

Please sign in to comment.