mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
warn for variable values delays
This commit is contained in:
@@ -248,6 +248,7 @@ async fn get_value(
|
||||
&authed,
|
||||
q.allow_cache.unwrap_or(false),
|
||||
)
|
||||
.warn_after_seconds(10)
|
||||
.await
|
||||
.map(Json);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user