Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Reflect unhealthy providers in application status #447

Open
brooksmtownsend opened this issue Oct 9, 2024 · 0 comments
Open

[FEAT] Reflect unhealthy providers in application status #447

brooksmtownsend opened this issue Oct 9, 2024 · 0 comments
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

Comments

@brooksmtownsend
Copy link
Member

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 include health_check_failed events and health_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 an Unhealthy 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.

@brooksmtownsend brooksmtownsend added 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 labels Oct 9, 2024
@brooksmtownsend brooksmtownsend added this to the wasmCloud Q424 milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Triage
Development

No branches or pull requests

1 participant