From 75130866265fa4548c4c1c6acaf88d347f474a0a Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Tue, 4 May 2021 13:11:10 +0200 Subject: [PATCH] TT#121056 prevent cron messages while restapi is down die with proper response body only on client errors, or server errors other than 502, 503, 504 errors. skip further processing silently on 502, 503, 504 (to prevent running into them again and again). so cron messages will only pop if there is a real problem. Change-Id: I66146eff783746e975b5ef10e617eda821f7b7e0