Skip to content

Releases: cuda-networks/django-eb-sqs

Refactoring to support better extendability

06 Feb 07:13
e19fa45
Compare
Choose a tag to compare
  • Refactor queue processing to support better extendability
  • Bulk delete messages to improve performance

Support listening to a dynamic set of queues, using a prefix

31 Jan 00:47
80853d2
Compare
Choose a tag to compare
  • support prefix notation, to listen to a dynamic set of queues
  • support configuring message retention and visibility timeout on auto-created queues
  • upgrading boto3 to the latest version

Python3 better support and boto version update

29 Sep 22:14
Compare
Choose a tag to compare
  • upgrading boto3 to the latest version
  • adding boto3 sqs retry limit
  • fixing python3 issues
  • changing AUTO_ADD_QUEUE to be False by default (you should be explicit when you wish to create SQS queues)

Python3 compatible

31 Aug 00:46
Compare
Choose a tag to compare

This version is the first to support Python3.

v0.97: Merge pull request #12 from cuda-networks/process-queue-command

23 Mar 17:12
Compare
Choose a tag to compare

v0.96

11 Jul 21:51
Compare
Choose a tag to compare
V0.96

v0.95

11 Jul 21:52
Compare
Choose a tag to compare
Improved task retry logging

v0.94

11 Jul 21:52
Compare
Choose a tag to compare
V0.94 incl: group fix

v0.93

11 Jul 21:55
Compare
Choose a tag to compare
Move all log statements to level "debug"

v0.92

11 Jul 21:55
Compare
Choose a tag to compare
Task is removed from group during retry