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

Added support for "QueueClassic" backend. #17

Merged
merged 1 commit into from
Nov 23, 2012
Merged

Added support for "QueueClassic" backend. #17

merged 1 commit into from
Nov 23, 2012

Conversation

jperville
Copy link
Contributor

Please find in this pull request a new QueueClassic backend for devise-async.

Since testing QueueClassic requires access to a real postgres database I used mocks instead.
The QC API is simple enough but to be sure I also validated my new adapter on my own rails application.

Please note: queue_classic does not listen to a placeholder queue like Resque, so you should be careful with the queue names. Out of the box devise-async and qc will not interact as they use different default queues. The user should either configure Devise::Async.queue = 'default' or tell rake qc:work to listen on QUEUE=mailer.

@mhfs
Copy link
Owner

mhfs commented Nov 23, 2012

Looks good. Thanks!

mhfs added a commit that referenced this pull request Nov 23, 2012
Added support for "QueueClassic" backend.
@mhfs mhfs merged commit fb2150e into mhfs:master Nov 23, 2012
@jperville
Copy link
Contributor Author

Thank you very much. Could it be possible to have a version bump (eg. 2.0.4) so that I can update my Gemfile?

@mhfs
Copy link
Owner

mhfs commented Nov 24, 2012

You're welcome. 0.5.0 released.

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.

2 participants