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

Abstract the Queue and Storage Implemenations #3

Open
jcoyne opened this issue Aug 6, 2014 · 2 comments
Open

Abstract the Queue and Storage Implemenations #3

jcoyne opened this issue Aug 6, 2014 · 2 comments
Assignees

Comments

@jcoyne
Copy link

jcoyne commented Aug 6, 2014

This would allow using another storage medium (e.g. ActiveRecord), and another Queue (RabbitMQ).

Seems fairly straightforward so long as the storage driver can implement: get, set, query, transaction

For abstracting the queue I'd look at ActiveJob https://github.com/rails/activejob

@dchandekstark
Copy link

+1 to using ActiveJob.

@mbklein
Copy link
Contributor

mbklein commented Oct 17, 2014

I'll take a look at this. Thanks.

@mbklein mbklein self-assigned this Oct 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants