Vaughn Iverson
Vaughn Iverson
Fixed on `master` branch. Thanks again! I'll leave this open until I publish a release with this fix.
Where would the throw happen? It's not a fatal error, and there's nothing to be done to handle it. There simply isn't any work available before the server is started....
Oh, that's a good tip! Thx.
Thanks for the heads-up on this. I'm not writing a lot of CS these days, but I'll look into this and see if the required changes are straightforward or not....
NP. I’ll accept a PR for that.
Hi, a JobCollection is backed by a regular Meteor collection. So you can do a `jc.find()` query and return one or more job documents of interest. Then there are a...
Hi, thanks for doing this, it looks good. Sometime in the next few days I'll edit it a bit for clarity and maybe make the sample code a bit more...
Yes, I'll do it when I push the Coffeescript 2 compatibility update. Probably this week.
The issue appears to be that the job is set to run: `"after" : ISODate("2017-04-19T08:10:00.023Z")` Inferring from the log entries, that appears to be ~24 hours in the future from...
Hi, If you want it to run immediately, and then repeat after some delay, dont use `delay()` or `after()`. Those settings only affect the first run (and if you use...