Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Pull requests are squashed and merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog. --> <!-- 1. Explain WHAT the change is about --> - Solve [MET-806](https://linear.app/metatypedev/issue/MET-806/worker-pooling) <!-- 2. Explain WHY the change cannot be made simpler --> <!-- 3. Explain HOW users should update their code --> #### Migration notes --- - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Corrected a typographical error in a log message. - Enhanced error handling and reporting in various runtime components. - **Refactor** - Improved worker management lifecycle methods. - Updated task delegation and worker allocation strategies. - Refined interrupt and workflow completion handling. - Enhanced configuration schema for worker settings. - **New Features** - Introduced a more robust wait queue mechanism with timeout support. - Enhanced type safety for interrupt handling. - Added new environment variables for managing Deno and substantial worker settings. - **Tests** - Added a comprehensive test suite for wait queue implementation. - Updated test configuration to ignore tests for the latest release version. - Enhanced validation logic for version handling. - **Chores** - Updated versioning across multiple configuration files and dependencies to reflect the transition to a release candidate version. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information