vsivsi / meteor-job-collection

A persistent and reactive job queue for Meteor, supporting distributed workers that can run anywhere.
https://atmospherejs.com/vsivsi/job-collection
Other
388 stars 68 forks source link

Checking for content of `doc.repeatWait` instead of type #271

Open SimonSimCity opened 6 years ago

SimonSimCity commented 6 years ago

I guess this code:

https://github.com/vsivsi/meteor-job-collection/blob/3ec32befcf195c157bcdc100a4a82603045970d5/src/shared.coffee#L888

should check for if doc.repeatWait isn't a number - not if the actual value isn't number, right? This is also shown a few lines earlier:

https://github.com/vsivsi/meteor-job-collection/blob/3ec32befcf195c157bcdc100a4a82603045970d5/src/shared.coffee#L876