[FEAT] Reflect unhealthy providers in application status #447
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
This issue is specifically designated as a good issue for Hacktoberfest
rust
Pull requests that update Rust code
Milestone
The Provider spreadscaler + daemonscalers currently handle
provider_start_failed
events to update application status based on application level events. We should extend this handling to also includehealth_check_failed
events andhealth_check_succeeded
in order to reflect when an application is unhealthy.We could start this feature using the existing
Failed
status to reflect the issue, but we may want to add anUnhealthy
status to indicate that the application was scheduled/deployed but with problems.See https://wasmcloud.com/docs/reference/cloud-event-list#health_check_passed for the event specifications.
The text was updated successfully, but these errors were encountered: