Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-12 15:42:15 +02:00
parent 3c62c80ff1
commit 196b276345
3 changed files with 5 additions and 3 deletions

View File

@ -361,7 +361,8 @@ DRAMATIQ = {
"dramatiq.middleware.time_limit.TimeLimit",
{
# 5 minutes task timeout by default for all tasks
"time_limit": 600 * 1000,
"time_limit": 600
* 1000,
},
),
("dramatiq.middleware.shutdown.ShutdownNotifications", {}),