Releases: oze4/workerpoolxt
Releases · oze4/workerpoolxt
v1.1.1
- Changed how context was being handled internally
- Each job now gets its own channel to send it's response on
v1.1.0
- Bump
workerpool
to v1.1.1
- Replace timeouts with context #7
- Update README
- Update/add tests
v1.0.3
- Add job retry
- Clean up README/documentation
- Clean up code and update comments
Thanks to @RaynDol @BredSt @DavidMet for help/inspiration/motivation!
v1.0.2
workerpool
- Revert workerpool to v1.0.0
- The new Pause() method appears to be causing issues
v1.0.1
v1.0.1; fix bug; update readme
fix issue where per job options were not overriding default options
v0.0.17
fix response chan
no longer need a buffered response channel. we follow `workerpool` in having no upper limit on queued jobs outside of your computers resources
v0.0.1-experimental
fix readme name (to all caps)