jamesrwhite / minicron

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

Persist output somewhere when all retries fail #11

Closed jamesrwhite closed 8 years ago

jamesrwhite commented 10 years ago

At the moment the script just hangs but output could be persisted to /tmp and then retried later on perhaps.

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.