mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
fix setting timeout duration error
This commit is contained in:
@@ -2218,7 +2218,7 @@ async fn handle_child(
|
||||
, canceled_by = 'timeout'
|
||||
, canceled_reason = $1
|
||||
WHERE id = $2
|
||||
r"#,
|
||||
"#,
|
||||
)
|
||||
.bind(format!("duration > {}", timeout.as_secs()))
|
||||
.bind(job_id)
|
||||
|
||||
Reference in New Issue
Block a user