mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 12:37:18 +00:00
Get alerted if the monitor fails due to the service (#13206)
This commit is contained in:
parent
eb3570e20d
commit
f05e874c7a
@ -24,3 +24,4 @@ except RuntimeError as err:
|
|||||||
raise err
|
raise err
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logging.error(f"Something went wrong fetching the data - [{err}]")
|
logging.error(f"Something went wrong fetching the data - [{err}]")
|
||||||
|
raise err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user