Skip to content

Commit

Permalink
Adding more to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley committed May 15, 2021
1 parent b806e48 commit a6d9abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

With 20+ years of experience as an DevOps Architect I found the need for an Cron/Task engine (similar to [supervisord](http://supervisord.org/)) that can run a process regularly on a schedule/interval that can...

* Remember the previous interval it ran the script and continues to execute it properly on that schedule (laughing at supervisord)
* Allows you to specify certain days/times of the day to "skip" running (pointing fingers at cron/supervisord)
* Remember the previous interval it ran last and continues to execute it properly on that schedule
* Allows you to specify certain days/times of the day to skip running (pointing fingers at cron/supervisord)
* Detects and kills a child process if it runs too long (laughing at cron/supervisord)
* Allows you to change into a specific directory before running (silly cron, tho can manually DiY this)
* Guarantees it doesn't run a command more than once (I'm looking at you cron, have to hack around this)
Expand Down

0 comments on commit a6d9abb

Please sign in to comment.