Go to file
alseambusher 6b17b7d96b updating readme 2015-12-16 03:00:33 -08:00
bin import crontab db 2015-06-15 13:04:15 +05:30
crontabs Added error log support 2015-12-16 02:04:44 -08:00
public Added error log support 2015-12-16 02:04:44 -08:00
views Added error log support 2015-12-16 02:04:44 -08:00
.gitignore Added error log support 2015-12-16 02:04:44 -08:00
LICENSE.txt Create LICENSE.txt 2015-06-11 15:15:56 +05:30
README.md updating readme 2015-12-16 03:00:33 -08:00
app.js updating readme 2015-12-16 03:00:33 -08:00
app.json basic structure 2015-06-11 22:47:06 +05:30
crontab.js Added error log support 2015-12-16 02:04:44 -08:00
package.json updating readme 2015-12-16 03:00:33 -08:00
restore.js import crontab db 2015-06-15 13:04:15 +05:30
routes.js Added error log support 2015-12-16 02:04:44 -08:00

README.md

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.

flow

  1. Easy setup
  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.
  5. Error log support (NEW)

Read this to see more details.

##Setup

npm install crontab-ui
crontab-ui

###Adding, deleting, pausing and resuming jobs.

Once setup Crontab UI provides you with a web interface using which you can manage all the jobs without much hassle.

basic

###Backup and restore crontab

Keep backups of your crontab in case you mess up. backup

###Export and import crontab on multiple instances of Crontab UI.

If you want to run the same jobs on multiple machines simply export from one instance and import the same on the other. No SSH, No copy paste!

export

But make sure to take a backup before importing.

###See when the job is going to run next. future

###Separate error log support for every job logs

###Contribute Fork Crontab UI and contribute to it. Pull requests are encouraged.