jamesrwhite / minicron

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

Yield verbose output for retries when in verbose mode #10

Closed jamesrwhite closed 8 years ago

jamesrwhite commented 8 years ago

This was only relevant when websockets were used as the transport for the job execution output. The new HTTP based transport doesn't retry requests, maybe it should but this can be revisited at a later date.