Skip to content

Releases: oze4/workerpoolxt

v1.1.1

16 Oct 21:23
Compare
Choose a tag to compare
  • Changed how context was being handled internally
  • Each job now gets its own channel to send it's response on

v1.1.0

15 Oct 03:32
Compare
Choose a tag to compare
  • Bump workerpool to v1.1.1
  • Replace timeouts with context #7
  • Update README
  • Update/add tests

v1.0.3

13 Oct 02:06
Compare
Choose a tag to compare
  • 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

11 Oct 08:19
Compare
Choose a tag to compare
workerpool

- Revert workerpool to v1.0.0
  - The new Pause() method appears to be causing issues

v1.0.1

11 Oct 03:46
Compare
Choose a tag to compare
v1.0.1; fix bug; update readme

fix issue where per job options were not overriding default options

v1.0.0

11 Oct 02:21
Compare
Choose a tag to compare

🎉

v0.0.18

11 Oct 01:27
5ff5ba4
Compare
Choose a tag to compare
Update README.md

v0.0.17

10 Oct 20:49
Compare
Choose a tag to compare
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

10 Oct 02:21
Compare
Choose a tag to compare
fix readme name (to all caps)

v0.0.16

09 Oct 04:01
Compare
Choose a tag to compare
v0.0.16