Skip to content

Releases: cuda-networks/django-eb-sqs

Prevent high CPU if there are no queues available for a worker

05 Nov 19:09
Compare
Choose a tag to compare
v1.34

Prevent empty worker loop if no SQS queues are available

error handling and db management for signals

09 Aug 21:03
f395b48
Compare
Choose a tag to compare
Merge pull request #39 from cuda-networks/handle_signals_better

error handling and db management for signals

Support nested and recursive auto-tasks

24 Jul 18:23
6c45b64
Compare
Choose a tag to compare
Merge pull request #38 from cuda-networks/support_task_nesting

support nesting tasks using a single-invocation patched method

Upgrade boto version

22 Jul 22:17
6c1b6ab
Compare
Choose a tag to compare
Merge pull request #37 from cuda-networks/upgrade_reqs

upgrade requirements

Support auto task feature

17 Jul 00:01
07f2940
Compare
Choose a tag to compare
Merge pull request #36 from cuda-networks/auto_tasks

Auto tasks

Support worker health-check

06 May 21:32
77ab42c
Compare
Choose a tag to compare
Merge pull request #35 from cuda-networks/healthcheck

Healthcheck

Improve log on re-queueing by SQS

01 May 22:51
fcf3f7c
Compare
Choose a tag to compare
Merge pull request #34 from cuda-networks/fix_log_receive_count

yet another minor log fix

Fix log on re-queueing by SQS

29 Apr 18:22
2540ad8
Compare
Choose a tag to compare
Merge pull request #33 from cuda-networks/fix_requeued_log

print only relevant fields to log in case of SQS re-queueing

Django signals to expose the WorkerService progress

22 Jan 01:04
Compare
Choose a tag to compare

Proper Django DB handling

17 Jan 22:13
Compare
Choose a tag to compare

Fixes missing DB connection closing when max-live time has been specified and EB-SQS is run using the process_queue management command.