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

Synced cron still running after removed #124

Open linhnh123 opened 7 years ago

linhnh123 commented 7 years ago

Hello, I created 2 methods to Start and Stop Synced Cron, but when I call 'SyncedCron.remove('name')' in method Stop, it still running. Please help, thanks.

kartboy16 commented 2 years ago

@linhnh123 I'm having the same issue. I know it was years ago but did you ever figure out the issue?