tomschlick / fuel-jobqueue

A job queue & processor for Fuelphp
12 stars 1 forks source link

Redis Backend? [Suggestion] #2

Open nategood opened 12 years ago

nategood commented 12 years ago

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 commented 12 years ago

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