SteveJobs icon indicating copy to clipboard operation
SteveJobs copied to clipboard

A simple jobs queue that just works (for Meteor.js)

Results 13 SteveJobs issues
Sort by recently updated
recently updated
newest added

Hi Max, Is it possible to convert this package to a pure node package removing/converting Meteor.js specific code?

question

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...

enhancement

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...

enhancement

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: ![image](https://user-images.githubusercontent.com/1715235/214769150-e0159a4e-ce8c-4b47-8cbd-312f320d16af.png) This is related to the `jobs_data` collection with...