mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
50ef9e79fc
The enterprise feature was not being forwarded to windmill-api-schedule in windmill-api's Cargo.toml, causing the #[cfg(not(feature = "enterprise"))] guards in create_schedule to remain active even in EE builds. This made on_recovery, on_success, and on_failure_times>1 incorrectly rejected with "only available in enterprise version" for enterprise customers. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.