@ -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", {}),
|
||||
|
Reference in New Issue
Block a user