NosotrosNueces / utcs-uptime

Let's keep a database of everybody's uptime!
https://nosotrosnueces.github.io/utcs-uptime/
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Agenda jobs need to always call done() #21

Open jeversmann opened 9 years ago

jeversmann commented 9 years ago

It seems like somewhere in the changed ssh error handling paths were introduced where a job will return without calling done(). This blocks all following agenda jobs.

It might be worth causing the job to cancel itself in the event of an ssh error instead of continuing to retry.