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 00746b4367 import crontab db 10 years ago
bin import crontab db 10 years ago
crontabs reading crontab from db done 10 years ago
public import crontab db 10 years ago
views import crontab db 10 years ago
.gitignore reading crontab from db done 10 years ago
LICENSE.txt Create LICENSE.txt 10 years ago
README.md import crontab db 10 years ago
app.js import crontab db 10 years ago
app.json basic structure 10 years ago
crontab.js import crontab db 10 years ago
package.json import crontab db 10 years ago
restore.js import crontab db 10 years ago
routes.js import crontab db 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.

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.

Read this 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.