Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fatelei/superestart

A crontab plugin for supervisord
https://github.com/fatelei/superestart

Last synced: about 1 month ago
JSON representation

A crontab plugin for supervisord

Awesome Lists containing this project

README

        

# superestart
A supervisord plugin used to autorestart program by specific time.

## Usage

```
[eventlistener:superestart]
command=superestart --crontab "0 1 * * *" --group_name foo --api_endpoint "127.0.0.1:9009"
events=TICK_5
```