Effortlessly Manage and Schedule Jobs in Meteor


Summary of my bookmarked Github repositories from Mar 21st, 2016

Github repositories

  • vsivsi/meteor-job-collection

    The job-collection is a powerful and easy-to-use job manager designed for Meteor.js. It allows you to schedule jobs to run in the future, create repeating jobs with complex schedules, and move computationally expensive jobs to different machines. The job-collection also enables you to track job progress, automatically retry failed jobs, and build an admin UI using Meteor's reactivity and UI features. It supports both server-side and client-side job processing and provides a flexible API for managing jobs. The latest version (v1.5.0) includes new features like an errorCallback option and preserved progress information in job documents.