18F / analytics-reporter

Lightweight analytics reporting and publishing tool for Digital Analytics Program's Google Analytics 360 data.

Home Page:https://analytics.usa.gov/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ditch cron for a lightweight alternative

konklone opened this issue · comments

cron is an old, brittle piece of software. It also can't do sub-minute tasks.

All the "Node cron" libraries I've found are for running raw Node code at given intervals, not running unix commands. I'd like a simple, stable cron alternative.

We're no longer running cron now that we have an app deployed to cloud.gov