Meteor Synced Cron

screenshot of Meteor Synced Cron

A simple cron system for Meteor. It supports syncronizing jobs between multiple processes.

Overview:

percolate:synced-cron is a simple cron system for Meteor that allows synchronization of jobs between multiple processes. This package enables users to schedule and run jobs at specified intervals across multiple app servers in a Meteor deployment.

Features:

  • Synchronization: Supports synchronizing jobs between multiple app servers.
  • Flexible Scheduling: Uses later.js library for flexible scheduling of jobs.
  • Logging Configuration: Allows configuration of logging options for monitoring job executions.
  • Contribution Guidelines: Provides guidelines for contributing to the project.
  • Configurability: Offers configuration options for customizing job scheduling and logging.

Summary:

percolate:synced-cron is a useful package for managing cron jobs in Meteor applications across multiple app servers. It provides features like job synchronization, flexible scheduling using later.js, customizable logging options, and clear contribution guidelines. With its straightforward installation process and configuration options, this package simplifies the management of scheduled tasks in a Meteor deployment.