msavin / SteveJobs

A simple jobs queue that just works (for Meteor.js)
Other
207 stars 35 forks source link

Migrate to Async [Meteor 2.8+] #111

Closed StorytellerCZ closed 7 months ago

StorytellerCZ commented 1 year ago

In preparation for Meteor 3, starting with Meteor 2.8 the *Async DB calls became available. Here I'm migrating everything that I see to the new async collection calls.

Still very much work in progress as I haven't had time yet to test things out.

Will fix #108

msavin commented 1 year ago

oh wow - exciting stuff man! will keep an eye on this and happy to help as well

StorytellerCZ commented 7 months ago

Superseded by #112