Releases: gocardless/que
Releases · gocardless/que
v0.19.0
What's Changed
- Accept any Que::Adapters::Base subclass in Que.connection= by @BBrannick in #119
New Contributors
- @BBrannick made their first contribution in #119
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- IX-1782: Que health check surfaces unhealthy state if postgres_error on any worker by @jcardozagc in #118
New Contributors
- @jcardozagc made their first contribution in #118
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Fix issue with Que being unable to exit cleanly by @JoeSouthan in #116
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Switch from WEBrick to Puma by @tschafer-gc in #114
Full Changelog: v0.15.1...v0.16.0
v0.15.1
What's Changed
- Revert "Switch from WEBrick to Puma" by @tschafer-gc in #113
Full Changelog: v0.14.3...v0.15.1
v0.15.0
What's Changed
- Switch from WEBrick to Puma by @tschafer-gc in #112
New Contributors
- @tschafer-gc made their first contribution in #112
Full Changelog: v0.14.2...v0.15.0
v0.14.2
v0.14.1
v0.14.0
Add a new tag v0.13.0
v0.13.0
Features:
- Added Materialized view to scrape que metrics
- Retry on Connection timeout
- Allow workers to be better utilised by picking up work from other queues if idle.