mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
4c87e7ac2e
When eval_timeout_quickjs hits the timeout (typically due to slow DB result retrieval), retry up to 2 more times with a 5s interval between attempts. Non-timeout errors are returned immediately without retry. Also extract the eval timeout duration as EVAL_TIMEOUT_MS const (set to 20000ms, up from 10000ms) in windmill-jseval. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Alexander Petric <alpetric@users.noreply.github.com>