Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds pluggable brokers #52

Merged
merged 48 commits into from
Sep 6, 2015
Merged

Adds pluggable brokers #52

merged 48 commits into from
Sep 6, 2015

Conversation

Koed00
Copy link
Owner

@Koed00 Koed00 commented Sep 6, 2015

  • Redis broker
  • Disque broker

Koed00 added 30 commits August 29, 2015 18:54
 * added redis broker
 * added django_redis broker
 * added task acknowledgement
TODO monitoring doesn't work yet
Not the best solution yet, but it solves monitoring problems with brokers that don't have a pattern getter for cluster stats.
* test for redis and django-redis
* test for disque

TODO add disque to Travis
* added IronMQ
* added Aws SQS
* removed SafeRedis.
 During tests the 'safe' part wasn't consistent enough
Both brokers are not atomic and cause all kinds of problems during testing. Needs more time.
Meanwhile I want to release the pluggable broker backend.
Koed00 added a commit that referenced this pull request Sep 6, 2015
Adds pluggable brokers
@Koed00 Koed00 merged commit 5bd150b into master Sep 6, 2015
msabatier pushed a commit to msabatier/django-q that referenced this pull request Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant