Skip to content

Releases: EDITD/queue_util

v3.2.2 Migrated to TravisCI.com

Choose a tag to compare

@gchazot gchazot released this 22 Oct 22:07
3832673
Merge pull request #35 from EDITD/migrate_to_travisCI_com

Update README.md

v3.2.1 - End of life release

Choose a tag to compare

@gchazot gchazot released this 05 Oct 11:11
d59d43c
  • Minor clean-up to the code
  • Added (some) unit tests and linting
  • Fixing description and license in Pypi
  • Add end-of-life message to README
  • Change development status in Pypi

v3.2.0 Fix exception handling in Consumer

Choose a tag to compare

@gchazot gchazot released this 02 Oct 18:35
2ce1da2
  • Rework exception handling in consumer to avoid infinite logging loop in case of disconnection

v3.1.0

Choose a tag to compare

@ryan109 ryan109 released this 31 Jul 16:33
7428de9
  • Added ability to pass kwargs into handle data operations

v3.0.1: Merge pull request #24 from EDITD/travis_ci

Choose a tag to compare

@gchazot gchazot released this 18 Apr 15:54
7936ba3
Replace Jenkins build with Travis CI

v0.0.8

Choose a tag to compare

@pkatseas pkatseas released this 26 Nov 15:58
Bump version in setup.py

Forgot to bump when making release 0.0.7, so skipping to 0.0.8 for consistency

v0.0.7

Choose a tag to compare

@pkatseas pkatseas released this 26 Nov 15:51

Implements reject and requeue functionality for Consumer.

NB: Requeue is enabled by default. To disable, pass dont_requeue=True when initialising your Consumer. To enable reject, you'd need to pass reject=True as well as the previous value.