Skip to content

Version 0.12.0

Compare
Choose a tag to compare
@devkral devkral released this 09 Oct 07:03
· 6 commits to main since this release
0.12.0
79a17f5

Added

  • shutdown trigger.
  • Tasks can have a lifecycle.
  • NativeAsyncIOScheduler with async start/shutdown methods and some optimizations.

Fixed

  • Raise correct exception when maximal instances are reached.
  • Task instances are now per scheduler not per executor.

Changed

  • Invalid executor init kwargs are not ignored anymore.

Removed

  • MaxInterationsReached exception. It had no use and was broken from design.