Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 25 Nov 09:20
· 1 commit to master since this release

Changelog

  • Allowing the selection of a queue manager who handles the job dispatching strategy.
  • Implementing a single-queue manager that should handle dynamic load-balancing better than the multi-queue version.

Commits

e313f2d #! v1.4.0
f9710b5 Merge pull request #12 from ReCodEx/single-queue
31fe7fa Adjusting tests, fixing bugs, updating readme, and tiding up loose ends.
d89a4e5 Fixing job-removal issue raised when worker dies.
978c7cc Adding single queue manager tests.
632322e Adding single_queue_manager implementation of J.Buchar and making the manager selection configurable.