PipelineTask: increase CANCEL_TIMEOUT_SECS to 20
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user