Skip to content

Releases: prep/beanstalk

A put on the producer pool should try all producers on error

05 Nov 15:13
436b9df
Compare
Choose a tag to compare
Try a different producer in the pool on error (#6)

* Try a different producer in the pool on error

* Tweak the error message

Somewhat of a rework

07 Aug 13:17
1fddb00
Compare
Choose a tag to compare

This should be a v2.0.0, but I don't like what Go modules makes me do to the import path.

Fix error message reporting

16 May 12:16
e9ac7ca
Compare
Choose a tag to compare

Print the correct error message when releasing a job before stopping the consumer.

Add backwards compatibility to URL schemes

14 May 12:48
7c49e76
Compare
Choose a tag to compare
v1.2.4

Add backwards compatibility to socket/URL formats

Small code cleanups

14 May 12:05
c386231
Compare
Choose a tag to compare
v1.2.3

Add a go.mod file

v1.2.2

14 May 13:54
0326c2e
Compare
Choose a tag to compare
Don't close the channel, as the Stop() calls to the consumers is asyn…

v1.2.1

20 Mar 14:05
cd80d64
Compare
Choose a tag to compare
Add some error checking and remove bogus variables

v1.2

12 Mar 17:20
997751f
Compare
Choose a tag to compare
Update the reference to the LICENSE

Stability improvements

19 May 11:48
Compare
Choose a tag to compare
v1.1

Add a comment to the NewJobQueueItem() function

The first stable release

18 Jun 12:54
Compare
Choose a tag to compare
v1.0

Set the default Options when none is specified