Skip to content

Releases: gocardless/que

v0.14.1

05 Sep 08:12
5b3d374
Compare
Choose a tag to compare

Updated ActiveRecordWithLock adapter to lock the rows while finding a job

v0.14.0

14 Aug 12:27
851b629
Compare
Choose a tag to compare

Feature: New adapter to support que with the database that does not support advisory locking.

Add a new tag v0.13.0

09 Aug 10:07
8519451
Compare
Choose a tag to compare

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.

v0.12.0

08 Nov 08:49
8724f17
Compare
Choose a tag to compare
  • BUGFIX (breaking): fix migration template for install generator by specifying current Rails version (eg, ActiveRecord::Migration[5.2]. This breaks backwards compatibility with Rails < 5.

v0.11.8

12 Jul 09:34
Compare
Choose a tag to compare

Serialise and deserialise job args when running in sync mode.

v0.11.7

01 Jun 18:28
Compare
Choose a tag to compare

Fix a vulnerability where untrusted input as job arguments could cause remote code execution.