v14: Async Healthchecks #17397
mattbrailsford
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
v14
Bug summary
The current health checks implementation only supports async when fetching the status, however the execute action behaviour of health checks only supports running synchronously.
Specifics
In Umbraco Commerce v15 our who API has been made async and so we need to be able to execute our async services in response to health check interactions.
Steps to reproduce
n/a
Expected result / actual result
I expect to be able to execute async code in response to a health check interaction
Beta Was this translation helpful? Give feedback.
All reactions