Skip to content

Commit 82a1bbb

Browse files
authored
Merge pull request #359 from tutorcruncher/decrease-timeout
Decrease worker timeout
2 parents 67b94b9 + d077fcf commit 82a1bbb

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
@@ -30,7 +30,7 @@ async def shutdown(ctx):
3030

3131

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

0 commit comments

Comments
 (0)