Get alerted if the monitor fails due to the service (#13206)

This commit is contained in:
Pere Miquel Brull 2023-09-21 09:36:07 +02:00 committed by GitHub
parent eb3570e20d
commit f05e874c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,3 +24,4 @@ except RuntimeError as err:
raise err
except Exception as err:
logging.error(f"Something went wrong fetching the data - [{err}]")
raise err