8000 GitHub - lenn0x/fault_cron: Fault Tolerant Cron
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lenn0x/fault_cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Fault tolerant version of cron
====================================

TODO: Finish readme when I get time. Basic concept is you can configure your erlang nodes in distributed mode.
You have a simple bash script or python script (coming soon) that runs on crontab, if returns 0, execute, else don't.

Example:

* * * * * is_ready.sh && execute_some_script 2>/dev/null

About

Fault Tolerant Cron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0