Having a bit of a problem running multiple workers.
When creating workers with rake jobs:work
jobs run without and problem, even when invoking it multiple times, but when creating workers with ruby script/delayed_job -n 5 start all
jobs fail with undefined method on Syck::DomainType
.
I've searched quite a bit, but can't seem to find the solution for this. I am running DelayedJob on the Mongoid backend. Gem versions:
- rake 0.9.2
- rails 3.0.6
- delayedjob 2.1.4
- delayedjob_mongoid 1.0.2
Has anyone experienced a similar error/have a solution? Or short of that some information on why/how workers are being created differently depending on which way they are invoked?