feat(Scheduler): Abend in RequireAll mode where starved
Open
- Dominant language
- F#
- Stars
- 190
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
In RequireAll mode, the Scheduler will sit patiently waiting forever if all the buffered streams in the baches queue are waiting or disordered events
When the MaxReadAhead is drained, there are no active handlers, and there is nothing to dispatch, the system should abend rather than just sitting there.
Contributor guide
Assessment
This issue has not been assessed yet.