tubbo / activejob-scheduler

A background job scheduler for any queue backend
MIT License
40 stars 6 forks source link

Is this scheduler used in production anyhow? #5

Open zekefast opened 9 years ago

zekefast commented 9 years ago

I can not get it running. Any help would be appreciated!

tubbo commented 8 years ago

Hey, I'm working on a new version right now which doesn't use a separate process. It's not ready for general usage yet, but I'll release a gem when it is, and a 1.0.0 when we get to production-ready.

salanki commented 8 years ago

Same issues here. I installed the gem and manually created the jobs.yml (had to get it from an old commit as it is nowhere to be found in the repo). Nothing is happening and I don't even know where to begin to look.

zekefast commented 8 years ago

@salanki at the end I gave up and just switch back to resque-scheduler at that time. Despite that it might be useful to reevalute today job schedulers as situation could change.

tubbo commented 5 years ago

hey sorry about that guys, it never really had a chance in production but i've made a few apps with it that haven't been released yet. i got something better on master with the help of @dpogue