mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
* fix: gracefully handle uninitialized OTEL tracing proxy port When OTEL tracing proxy is enabled but the MITM proxy port hasn't been assigned yet (race condition at startup, or NUM_WORKERS > 1), fall back to standard proxy envs instead of failing the job with "OTEL tracing proxy port not initialized". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: log to job logs when OTEL tracing proxy is unavailable When the OTEL tracing proxy is enabled but the port isn't initialized (race at startup or NUM_WORKERS > 1), append a warning to the job logs explaining why HTTP request tracing is unavailable for that job. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Windmill Worker
The worker. Used to process and execute flows & jobs.
This crate exposes both a library as well as a binary target.