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.