percolatestudio / meteor-synced-cron

A simple cron system for Meteor. It supports syncronizing jobs between multiple processes.
https://atmospherejs.com/littledata/synced-cron
MIT License
499 stars 110 forks source link

[Meteor 3] Update package to async #149

Open sebastianspiller opened 1 year ago

sebastianspiller commented 1 year ago

Hello there!

I made some changes to make synced cron work with async. I also translated it to es6, which I will add in a future pr, so that we can discuss changes in smaller steps.

In tiny test, I still get errors with, so it is just a wip pr:

It would be nice, if you have a look, thank you.

Regards Sebastian