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 b73c16c8c4 Create and Edit crontabs 10 years ago
crontabs reading crontab from db done 10 years ago
public Create and Edit crontabs 10 years ago
views Create and Edit crontabs 10 years ago
.gitignore reading crontab from db done 10 years ago
LICENSE.txt Create LICENSE.txt 10 years ago
README.md reading from crontab db and populating UI 10 years ago
app.js Create and Edit crontabs 10 years ago
app.json basic structure 10 years ago
crontab.js Create and Edit crontabs 10 years ago
package.json Create and Edit crontabs 10 years ago
routes.js Create and Edit crontabs 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