2 posts tagged with "Performance"
View All TagsPrevent redundant job executions by canceling duplicate jobs within a specified time window. Debouncing is enabled by default for dependency jobs.
New features
- Cancel pending jobs with identical characteristics when new ones arrive
- Configure custom debounce time windows
- Use custom debounce keys for fine-grained control
- Default debouncing enabled for dependency jobs
Rust development in Windmill is now significantly faster with optimized build strategies - debug mode for previews with shared build directories, and release mode for deployments.
New features
- Faster Rust script development with debug mode builds during testing
- Shared build directory reduces compilation time across Rust scripts
- Optimized production performance with release mode deployments