I had a notification section as follows
notify: criteria: status: complete verbosity: verbose callback: url: http://localhost:8080/scheduler/job/%7BID%7D method: POST token: mytoken content-type: json dataset: results recipients: - to: method: email email: address@site.org
largely copying that from other examples as experiments. I've been seeing as I changed other parts of the health check that it was failing - timing out when booting the kernel. If I remove the callback section so
notify: criteria: status: complete verbosity: verbose recipients: - to: method: email email: address@site.org
then the health check consistently works. Is there some side effect going on here - or is my callback section causing the error, that localhost url should be ok. I'd expect it to always fail if there's a problem with it?
Robert