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

[WIP] Fix/deploy async fixes #239

Merged
merged 8 commits into from
Jul 26, 2024
Merged

[WIP] Fix/deploy async fixes #239

merged 8 commits into from
Jul 26, 2024

Conversation

solarw
Copy link
Collaborator

@solarw solarw commented Jul 22, 2024

No description provided.


def start_for_service(self, service: str) -> None:
"""Start for a specific service."""
self.logger.info(f"[HEALTCHECKER]: Starting healthcheck job for {service}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tiny typo, not a big deal

Suggested change
self.logger.info(f"[HEALTCHECKER]: Starting healthcheck job for {service}")
self.logger.info(f"[HEALTHCHECKER]: Starting healthcheck job for {service}")

@staticmethod
async def check_service_health(service: str) -> bool:
"""Check the service health"""
del service
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the purpose of del here?

@truemiller truemiller merged commit cc7fe65 into main Jul 26, 2024
3 of 4 checks passed
@DavidMinarsch DavidMinarsch deleted the fix/deploy-async-fixes branch November 23, 2024 17:58
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