File: README.md

package info (click to toggle)
cronutils 1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: ansic: 661; sh: 81; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cronutils - utilities to assist running batch processing jobs
=============================================================

[![Build Status](https://travis-ci.org/google/cronutils.svg?branch=master)](https://travis-ci.org/google/cronutils)

cronutils is a set of tools to assist the reliable running of periodic and batch jobs.

 *   `runalarm`: Limit the running time of a process.
 *   `runlock`: Prevent concurrent runs of a process.
 *   `runstat`: Export statistics about a process's execution.
 *   `runcron`: Simple wrapper around the above tools.

Used together, they can be used to specify overrun policies for periodic jobs, for example:

 *    Allow overrun -- let the first job run to completion
 *    Kill older job -- specify a timeout on the older job to limit its execution

Additionally, metrics can be exported to your favourite metrics collector at the termination of the job's run, so that abnormal behaviour can be monitored for and alerted on.

Mailing list at http://groups.google.com/group/cronutils-users.