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: add replace_existing_checks option to Catalog.register() #85

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

cpaillet
Copy link
Contributor

  • Introduced replace_existing_checks parameter in the register() method to allow deletion of missing health checks from the request.
  • Ensures idempotent registration of services and their checks without needing manual deregistration of checks.

- Introduced `replace_existing_checks` parameter in the `register()` method to allow deletion of missing health checks from the request.
- Ensures idempotent registration of services and their checks without needing manual deregistration of checks.
- Added "R0917" to the list of disabled checks in pyproject.toml to prevent errors for methods with too many positional arguments.
@cpaillet cpaillet merged commit 2a59642 into criteo:master Sep 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants