Skip to content

Bugfix: A rejecting task caused all other pending tasks to reject without execution

Compare
Choose a tag to compare
@ori88c ori88c released this 10 Feb 21:09
· 2 commits to main since this release

Key Features ✨

  • Fixed a bug where a rejecting task caused all other pending tasks to reject without execution. A rigorous test was added to prevent regressions. The issue stemmed from an over-optimization attempt.