Skip to content

Releases: uptick/django-cq

3.2.3

22 Oct 03:01
Compare
Choose a tag to compare

136b37e

Increased requeue lock timeout to avoid spamming exceptions if there's a lot of tasks to requeue or the server is slow.

0.3.2

28 Aug 14:59
Compare
Choose a tag to compare
  • Improved error logging when a Queued Task cannot be found in the database. Now prints the id of said Task.

0.3.1

15 Jul 05:13
Compare
Choose a tag to compare

Fixed a bug where the Task isn't accessible yet in apps.ready because migrations hadn't been run.

0.3

09 Jul 02:35
b90d4f5
Compare
Choose a tag to compare
0.3

Implemented a bandaid fix for addressing Queued tasks getting stuck in Queued if the worker was rebooted.

  • On reboot, Queued tasks will be set to Retry so that they are picked up again by the worker.

Please make sure you have no Tasks stuck in Queued when upgrading to this version.

While this behaviour is not ideal, it will improve reliability. The intention is to fix the underlying cause at a later date.

0.2.3

28 Mar 05:56
Compare
Choose a tag to compare

Added kwargs column to django admin.

0.2.2

22 Mar 06:15
Compare
Choose a tag to compare

Typo in last release..

0.2.1

22 Mar 05:58
Compare
Choose a tag to compare

No functional changes, just added some missing requirements to setup file.

0.2.0

05 Mar 11:22
Compare
Choose a tag to compare

#21 Merged in a bunch of stuff that had been on the feature/channels-v2 branch for a while:

  • Updated to run with Django Channels 2.
  • Scheduler now runs on the worker.
  • Improved logging.
  • Redis keys can now be prefixed.

#20 Added Django 2.1 support (thanks @destos!)

0.1.17

22 Mar 00:28
1800255
Compare
Choose a tag to compare

Added Django 2.0 Support