Mark

Results 24 comments of Mark

@vsivsi Hi, I also been wondering about this, What if many workers looking for jobs using the `observe` method it means all workers will get called to work on the...

@vsivsi that's really interesting thanks for explaining, `findAndModify` looks really useful in this case. But the `observe` method means it will notify all workers at once right? If i got...

@vsivsi i mean this kind of observer from the docs ``` // Simple observe based queue q = jc.processJobs( // Type of job to request // Can also be an...

Awesome thanks! @vsivsi P.S so what part sets a job to "ready" by the date? I still think it's possible that the date interception can be wrong.