Update README.md
parent
12679779cf
commit
c7e1f4e826
26
README.md
26
README.md
|
@ -6,16 +6,22 @@ Editing the plain text crontab is error prone for managing jobs, e.g., adding jo
|
||||||

|

|
||||||
|
|
||||||
1. Easy setup
|
1. Easy setup
|
||||||
2. Easy and safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
|
2. Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
|
||||||
3. Backups
|
3. Backup your crontabs.
|
||||||
4. Download and schedule scripts which are online
|
4. Export crontab and deploy on other machines without much hassle.
|
||||||
5. Manage crontabs on multiple machines easily. No SSH, No copy-pasting.
|
|
||||||
|
|
||||||
TODO
|
##Setup
|
||||||
====
|
|
||||||
1. Run jobs as different user
|
git clone https://github.com/alseambusher/crontab-ui
|
||||||
2. Profiling jobs
|
cd crontab-ui
|
||||||
3. Logs
|
npm install
|
||||||
4. Importing from existing crontab file
|
node app.js
|
||||||
|
|
||||||
|
###TODO
|
||||||
|
|
||||||
|
1. Run jobs as different user in one place.
|
||||||
|
2. Profiling jobs.
|
||||||
|
3. Logs.
|
||||||
|
4. Importing from existing crontab file.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue