Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Releases: managedbyq/mbq.atomiq

Allow configurable SNS_ENDPOINT in settings

27 Sep 20:38
23edd33
Compare
Choose a tag to compare
Allow configurable SNS_ENDPOINT in settings (#41)

* Allow configurable SNS_ENDPOINT in settings

* Fix task

1.0.2

10 Jul 19:16
f882dd2
Compare
Choose a tag to compare

Changes since 1.0.1:

  • Add mypy-compatible type annotations.

Collect more task metrics

20 Mar 20:33
2bd9151
Compare
Choose a tag to compare
Collect `sns_topic`, `sqs_queue`, and `celery_task` tags (#36)

* Collect `sns_topic`, `sqs_queue`, and `celery_task` tags

* Bump version

* Update test environment

* Update tests

* Pass flake8

Test Utils to reset publishes to celery, sns, and sqs

09 Nov 16:53
fa7e958
Compare
Choose a tag to compare
Merge pull request #28 from managedbyq/js/new-release

Bump version

Remove dependency on celery app instance

29 Oct 21:34
a6988bd
Compare
Choose a tag to compare
0.0.13

Merge pull request #26 from managedbyq/ps/use-task-name-instead-of-ce…

Fix bug in call to `super()` in consumer mgmt command.

23 Oct 21:05
5fca2aa
Compare
Choose a tag to compare

Testing against postgres in addition to mysql.

18 Oct 20:02
f7ce849
Compare
Choose a tag to compare
0.0.11

bumping version to 0.0.11

Update visible_after on manual retries

11 Oct 19:27
28aaa70
Compare
Choose a tag to compare
Merge pull request #21 from managedbyq/update-task-retries

Update task retries

Add producer parameter validation

10 Oct 19:41
4fbff79
Compare
Choose a tag to compare

Previously if None or other invalid values were passed in as topic ARN, queue URL, or other producer arguments, atomiq would fail at the database level. Now we are explicitly checking parameters passed into the producers and raising descriptive ValueErrors when invalid params are passed.

Add testing utility functions

01 Oct 21:14
848bcf9
Compare
Choose a tag to compare

We want to be able to test that we have created tasks without mocking atomiq. This PR adds an interface for asserting that tasks have been added to the queue.