Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fatelei/superestart
- Owner: fatelei
- Created: 2016-10-14T09:06:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T22:12:48.000Z (over 2 years ago)
- Last Synced: 2024-10-29T05:20:49.567Z (2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```