Skip to content

Conversation

Talador12
Copy link

  • Adds hardTimeout configuration option with duration parsing
  • Implements hard timeout timer that starts on container initialization
  • Hard timeout never resets (unlike soft timeout which resets on activity)
  • Provides onHardTimeoutExpired() hook for custom cleanup logic
  • Hard timeout takes precedence over soft timeout when both expire
  • Comprehensive test coverage including timeout interactions
  • Improved Jest configuration for Cloudflare Workers environment

- Adds hardTimeout configuration option with duration parsing
- Implements hard timeout timer that starts on container initialization
- Hard timeout never resets (unlike soft timeout which resets on activity)
- Provides onHardTimeoutExpired() hook for custom cleanup logic
- Hard timeout takes precedence over soft timeout when both expire
- Comprehensive test coverage including timeout interactions
- Improved Jest configuration for Cloudflare Workers environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant