Skip to content

Tags: prep/beanstalk

Tags

v1.4.7

Toggle v1.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ValidURIs function to accept UDS (#25)

v.1.4.6

Toggle v.1.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ValidURIs function to accept UDS (#25)

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Export Delete() on Conn{} (#21)

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add IgnoreURIValidation config flag to create consumer and producer w…

…ithout URI validation (#18)

* Create consumer and producer without URI validation. Make ValidURIs externally accessible.

* Add IgnoreURIValidation config

* Remove comments

* Remove comments

* Remove time sleep from test

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle JOB_TOO_BIG errors more gracefully (#17)

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement kick-job (#13)

* feat: implement kick job

* tests: add tests cases for kick job

* feat: make kick job public

* tests: add test cases for kick

* just return err

* rename to kick and accept job as param

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
prep Maurice Nonnekes
Remove tracing whenever the consumer reserves a job without timeout

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove setting the deadline based on the context (#12)

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create pool if there is atleast one valid server (#10)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rework how the conn timeout stuff works (#7)

* Rework how the conn timeout stuff works

* Update the README

* fix readme

* Remove some empty lines

* Fix a bug in the deadline logic

* Cover the deadline() method with a test