Results 11 comments of Matt Griffin

This also appears to be an issue with Rails code reloading when using multi-methods. Only the final version of the method ends up being valid. Ex: ``` class Model Contract...

2.0 and higher versions of DelayedJob don't come from this repository. Try here: https://github.com/collectiveidea/delayed_job

I guess this does the same thing as PR#9 but with a slightly different look. Whichever one you like is fine by me but I'd greatly appreciate one of them...

This happens when Rainbows isn't configured to use EventMachine as its backend. Rainbows! do use :EventMachine end

> Also, registering the same schema under the same subject multiple times will just yield in the same schema ID (idempotent operation), or at least I think it will. It...

I believe there's already an option to md5 long keys.

nkallen's repo is not maintained. Please check out the ngmoco fork: https://github.com/ngmoco/cache-money

I believe this is a documented limitation. Only sets sorted by primary key are cached.

I'm personally against checked-in config files but lots of people seem to like them. I don't have strong feelings about whether this is in scope or not for DJ.

Are you using `reconnect: true` in the database.yml?