You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Suresh Alse 035d432b7a reading from crontab db and populating UI 10 years ago
crontabs reading crontab from db done 10 years ago
public reading from crontab db and populating UI 10 years ago
views reading from crontab db and populating UI 10 years ago
.gitignore reading crontab from db done 10 years ago
LICENSE.txt
README.md reading from crontab db and populating UI 10 years ago
app.js reading from crontab db and populating UI 10 years ago
app.json
crontab.js reading from crontab db and populating UI 10 years ago
package.json reading crontab from db done 10 years ago
routes.js reading crontab from db done 10 years ago

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