crontab-ui/README.md

28 lines
854 B
Markdown
Raw Normal View History

2015-06-11 17:17:06 +00:00
Crontab UI
==========
Editing the plain text crontab is error prone for managing jobs, e.g., adding jobs, deleting jobs, or pausing jobs. A small mistake can easily bring down all the jobs and might cost you a lot of time. With Crontab UI, it is very easy to manage crontab. Here are the key features of Crontab UI.
2015-06-11 17:17:06 +00:00
![flow](http://alseambusher.github.io/files/flow.gif)
2015-06-11 17:17:06 +00:00
1. Easy setup
2015-06-13 20:38:20 +00:00
2. Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
3. Backup your crontabs.
4. Export crontab and deploy on other machines without much hassle.
2015-06-11 17:17:06 +00:00
2015-06-13 20:38:20 +00:00
Read [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-way-to-manage.html) to see more details.
##Setup
npm install crontab-ui
crontab-ui
###TODO
1. Run jobs as different user in one place.
2. Profiling jobs.
3. Logs.
4. Importing from existing crontab file.
2015-06-11 17:17:06 +00:00