jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Refactor cron.rb to make more efficient use of ssh connections #15

Closed jamesrwhite closed 10 years ago

jamesrwhite commented 10 years ago

Currently it opens and closes multiple connections in certain situations where it could just use one.