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

Redis Backend? [Suggestion] #2

Open
nategood opened this issue May 11, 2012 · 1 comment
Open

Redis Backend? [Suggestion] #2

nategood opened this issue May 11, 2012 · 1 comment

Comments

@nategood
Copy link

Redis' queue data structure may be a more natural fit. Mongo's global write lock is may make it a less ideal candidate for high volume queues (constant deletes/inserts).

@tomschlick
Copy link
Owner

Yup the plan is to make it a driver based system so you could use the driver for mongodb, mysql, redis or whatever else. This was needed quickly for a client project and I haven't had a chance to do all I want to do with it.

Fuel 2.0 also includes a job class to hook into so I'm gonna wait for that to finalize before making any major changes so I dont have to do them twice. https://github.com/fuelphp/core/tree/master/classes/Job

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

No branches or pull requests

2 participants