Skip to content

Commit ddc7edf

Browse files
committed
increase default timeout
1 parent aa01efe commit ddc7edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def shutdown(ctx):
3232

3333

3434
worker_settings = dict(
35-
job_timeout=60,
35+
job_timeout=300,
3636
max_jobs=20,
3737
keep_result=5,
3838
max_tries=len(email_retrying) + 1, # so we try all values in email_retrying

0 commit comments

Comments
 (0)