We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4351d26 commit 91e79f8Copy full SHA for 91e79f8
say/tasks/send_email.py
@@ -21,6 +21,7 @@ def get_subject_from_html(html):
21
retry_backoff=True,
22
retry_backoff_max=600,
23
retry_kwargs={'max_retries': 80},
24
+ soft_time_limit=60
25
)
26
def send_email(subject, to, html, cc=[], bcc=[]):
27
if isinstance(to, str):
0 commit comments