8000 GitHub - TotenDev/Momo: Cronjobs for the internet!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TotenDev/Momo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Momo

Cronjob to web hooks.

NPM

Build Status Dependency Status

About

Momo was designed to work as a worker (continuous process), and call it hooks when cron job should be executed.
Also Momo DOES NOT USE A DATABASE, it uses remote CSV file to fetch it hook cron list.

obs.: All dates are forced to be on GMT.

Requirements

Modules

Configuration

All Configuration need to be done through ENV IVARS.

Initialization config

  • CRONS_URL - End point to fetch cronjob list. REQUIRED
  • CRON_FETCH_LOOP - Time interval to Momo fetch CRONS_URL in milliseconds - REQUIRED normally it should be 3600000

Overall Config

  • NEW_RELIC_APP_NAME - New Relic application name. REQUIRED
  • NEW_RELIC_LICENSE_KEY - New Relic license key. REQUIRED

Installation

Start server

$ 'node server.js' OR 'foreman start'

CronJob Syntax