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.
2 parents 67b94b9 + d077fcf commit 82a1bbbCopy full SHA for 82a1bbb
src/worker/__init__.py
@@ -30,7 +30,7 @@ async def shutdown(ctx):
30
31
32
worker_settings = dict(
33
- job_timeout=300,
+ job_timeout=60,
34
max_jobs=20,
35
keep_result=5,
36
max_tries=len(email_retrying) + 1, # so we try all values in email_retrying
0 commit comments