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 · 2 comments
Open

[FEAT] Reflect unhealthy providers in application status #447

brooksmtownsend opened this issue Oct 9, 2024 · 2 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
@brooksmtownsend brooksmtownsend moved this from Triage to Ready for Work in wasmCloud Roadmap Oct 16, 2024
Copy link

stale bot commented Dec 8, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this has been closed too eagerly, please feel free to tag a maintainer so we can keep working on the issue. Thank you for contributing to wasmCloud!

@stale stale bot added the stale label Dec 8, 2024
@ahmedtadde ahmedtadde removed the stale label Dec 9, 2024
@Vikrantpalle
Copy link
Contributor

Hey, I would like to have a go at this issue.

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: Ready for Work
Development

No branches or pull requests

3 participants