I want to add function which will run in a separate thread once every few seconds on server.
I read This post and find a lot of CRON packages that can help me with that, but I do not know exactly where they API need to be added in code, it's probably because I do not quite understand how they work with Meteor.
I think my question is a little blunt, but maybe someone tell me where i can put CRON packages functionality in code ?