Swastik Sarkar
Swastik Sarkar
Is this issue still valid ?
Hi @mmatur, I would like to work on this issue. If not already implemented by @Muscaw.
Hi @mmatur and @Muscaw, In an effort to better understand this issue, I delved into the documentation provided [here](https://doc.traefik.io/traefik/routing/services/#health-check). As someone relatively new to this, I find that many of...
Hello, @mmatur This [here](https://github.com/traefik/traefik/blob/1ffbffb26a3676b368c4fc52c4fb737de56cd65d/pkg/healthcheck/healthcheck.go#L94) is where I think the patch should be implemented. When calls to function [executeHealthCheck](https://github.com/traefik/traefik/blob/1ffbffb26a3676b368c4fc52c4fb737de56cd65d/pkg/healthcheck/healthcheck.go#L146) fail, the plan is to incorporate (perhaps another) ticker . Can you...
Hi @mmatur , I would like to propose this plan for this issue, steps which include 1. **Implement GetStatus Function**: Introduce a `GetStatus` function similar to the one found in...
Hi @rtribotte, Thank you very much for your validation of my approach. I will go ahead and create a pull request shortly. BR
Hi, Is this still a valid issue ? If yes, I would like to contribute to this issue. Thanks
Please let me know if I made the PR correctly, or if any changes are needed.
Hi @kevinpollet , I'm encountering issues with failing tests due to the interface change from `StatusSetter` to `StatusHandler`. Specifically, for the recheck interval feature to function properly, I need the...
Another possibility is to consider expanding the tests to include this new field, which I believe will become necessary regardless. Your guidance on this matter would be greatly appreciated, @kevinpollet.