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