Skip to content

Version 0.2.0 Stabilizing the @batch decorator

Choose a tag to compare

@chr1st1ank chr1st1ank released this 14 Jul 23:14
· 175 commits to main since this release

Added:

  • Propagation of function exceptions to all callers for the @Batch decorator
  • A dockerized example service using minibatching and load shedding

Fixed:

  • Occasional Python 3.8 f-strings were replaced by a Python 3.7 compatible implementation
  • A race condition was fixed that occurred in case of multiple concurrent calls running into the
    max_waiting_time at the same moment