mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
fix: do not request unecessarily get_scheduled_for
This commit is contained in:
+2
-1
@@ -9,4 +9,5 @@ windmill-api/openapi-*.*
|
||||
.duckdb/*
|
||||
*ee.rs
|
||||
generate_mcp_endpoints_tools/venv
|
||||
bacon.toml
|
||||
bacon.toml
|
||||
libwindmill_duckdb_ffi_internal.so
|
||||
@@ -61,8 +61,8 @@
|
||||
}
|
||||
|
||||
return () => {
|
||||
scheduledForTimeout && clearTimeout(scheduledForTimeout)
|
||||
if (queuePositionInterval) {
|
||||
scheduledForTimeout && clearTimeout(scheduledForTimeout)
|
||||
clearInterval(queuePositionInterval)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user