SteveJobs
SteveJobs copied to clipboard
A simple jobs queue that just works (for Meteor.js)
Hi Max, Is it possible to convert this package to a pure node package removing/converting Meteor.js specific code?
Given Dominator is a central point, it may be possible to implement a flag in the Dominator record that, if set, means the instance will stop itself. With that, it...
For a couple use cases (detailed below), I would need to find if there exists pending instances of a given job. Unless I'm missing something, it seems the current API...
Hello, I upgraded from 4.3.0 to 4.3.1, and I am now getting the following error on startup when developing locally: => Errors prevented startup: While building for os.osx.x86_64: packages/msavin:sjobs/server/imports/utilities/collection/index.js: Cannot...
In progress... Gonna wrap things up in a couple of days :crossed_fingers: I'm trying now to get the tests to pass flawlessly.
This one adds constants to what were global variables, what I think by mistake (given their exports bellow). But @msavin will have to confirm that this is ok.
Noticed that the imports from the `meteor/check` package were missing, so I have added them in.
Hi, Thanks for the great job! 👍 I'd like to know if you plan to support the next major version of Meteor (3.0), which will be [Fibers-free](https://radekmie.dev/blog/on-the-road-to-fibers-free-meteor/) and will rely...
Most likely result of: https://github.com/meteor/meteor/issues/11578 But I'm getting at least a few times a day warning from MongoDB Atlas about performance:  This is related to the `jobs_data` collection with...