mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
c5963957b6
* feat: add otlp/http internal collector [merge-ee-first] Signed-off-by: pyranota <pyra@duck.com> * remove unused import Signed-off-by: pyranota <pyra@duck.com> * chore: update ee-repo-ref to b2e51eceaf00719b7b6794b516d42f20a1d96ff7 This commit updates the EE repository reference after PR #390 was merged in windmill-ee-private. Previous ee-repo-ref: b576da804a0dd3fadf1ad2fbcc0a0df12684d795 New ee-repo-ref: b2e51eceaf00719b7b6794b516d42f20a1d96ff7 Automated by sync-ee-ref workflow. * fix panic Signed-off-by: pyranota <pyra@duck.com> * finish Signed-off-by: pyranota <pyra@duck.com> * chore: update ee-repo-ref to c23a9fb439a71bf574139422b8a43770167ed233 This commit updates the EE repository reference after PR #392 was merged in windmill-ee-private. Previous ee-repo-ref: 657a61696699d7d9751dc8e30935372bb5af2db7 New ee-repo-ref: c23a9fb439a71bf574139422b8a43770167ed233 Automated by sync-ee-ref workflow. * defensive programming Signed-off-by: pyranota <pyra@duck.com> * ee repo ref Signed-off-by: pyranota <pyra@duck.com> * Apply suggestions from code review Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> * fix silly claude Signed-off-by: pyranota <pyra@duck.com> * chore: update ee-repo-ref to e9f7a4485b2d21746c6a4a4c38fa1cbac2b942af This commit updates the EE repository reference after PR #393 was merged in windmill-ee-private. Previous ee-repo-ref: bc6c149c01d7063171488b7930f40ffce73a65d3 New ee-repo-ref: e9f7a4485b2d21746c6a4a4c38fa1cbac2b942af Automated by sync-ee-ref workflow. --------- Signed-off-by: pyranota <pyra@duck.com> Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> Co-authored-by: claude[bot] <209825114+claude[bot]@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.