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>
Windmill Worker
The worker. Used to process and execute flows & jobs.
This crate exposes both a library as well as a binary target.