Cronicle
Cronicle copied to clipboard
A simple, distributed task scheduler and runner with a web based UI.
In some scenarios, you need to write a more general shell script and pass in different parameters to execute it.
## Summary The ability to 'sleep' (not run) a job for a certain duration (hr/mins) or to a specific date/time with the ability to turn the sleep off. If you...
add PM2 manage service. Do not use hand-write `control.sh` to control the cronicle service.
The ability to have a job run at different intervals or times based on the day. For example, I want a job to run every 30 minutes Monday through Friday...
## Summary There are Job1 and Job2, the Job1 has the Chained event Job2. So when Job1 finishes, Job2 starts automatically. That is fine. But what if I just want...
First of all: great work! I am using cronicle for some years now and never had any stability problems. Keep up the marvelous work! **Feature Request: New timing option sunrise/sunset**...
On the completed tab, add a filter at the top to show only failed or successful jobs. Keep the event filter, but have this as an additional filter
## Summary I am using a curl call to create an event. In the docs, I read the following: "Each property should be an array of numerical values. If omitted,...
## Summary Sometimes when I run a job, the cronicle will be pending and show this error on log. This will cause the job to get stuck until it times...