Go to file
Suresh Alse 848bf44f3a restore backup 2015-06-13 08:23:13 +05:30
crontabs reading crontab from db done 2015-06-12 00:51:59 +05:30
public restore backup 2015-06-13 08:23:13 +05:30
views restore backup 2015-06-13 08:23:13 +05:30
.gitignore reading crontab from db done 2015-06-12 00:51:59 +05:30
LICENSE.txt Create LICENSE.txt 2015-06-11 15:15:56 +05:30
README.md reading from crontab db and populating UI 2015-06-12 14:41:53 +05:30
app.js restore backup 2015-06-13 08:23:13 +05:30
app.json basic structure 2015-06-11 22:47:06 +05:30
crontab.js restore backup 2015-06-13 08:23:13 +05:30
package.json Create and Edit crontabs 2015-06-12 15:47:26 +05:30
restore.js restore backup 2015-06-13 08:23:13 +05:30
routes.js restore backup 2015-06-13 08:23:13 +05:30

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.

  1. Easy setup
  2. Easy and safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
  3. Backups
  4. Download and schedule scripts which are online
  5. Manage crontabs on multiple machines easily. No SSH, No copy-pasting.

TODO

  1. Run jobs as different user
  2. Online backup
  3. Profiling jobs
  4. Logs