PipelineTask: increase CANCEL_TIMEOUT_SECS to 20

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-27 11:13:42 -07:00
parent 41d40f9a11
commit 2613da1a1f

View File

@@ -58,7 +58,7 @@ HEARTBEAT_MONITOR_SECS = HEARTBEAT_SECS * 10
IDLE_TIMEOUT_SECS = 300
CANCEL_TIMEOUT_SECS = 10.0
CANCEL_TIMEOUT_SECS = 20.0
class PipelineParams(BaseModel):