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

Fix janitor to stop once janitored without a ticker #422

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

pandatix
Copy link
Member

This PR solves the issue we encountered with the Hack'lantique 2025.

It produced when the janitor was deployed as a cronjob on Kubernetes, so without a ticker. Due to the recent changes in the API to support the ticker (#408), it did not stop once janitoring was completed.

@pandatix pandatix added bug Something isn't working go Pull requests that update Go code chall-manager-janitor Related to chall-manager-janitor labels Jan 17, 2025
@pandatix pandatix requested a review from NicoFgrx January 17, 2025 16:09
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12832655853

Details

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/chall-manager-janitor/main.go 0 1 0.0%
Totals Coverage Status
Change from base Build 12826133016: 0.0%
Covered Lines: 0
Relevant Lines: 4847

💛 - Coveralls

Copy link
Member

@NicoFgrx NicoFgrx left a comment

Choose a reason for hiding this comment

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

LGTM

@pandatix pandatix merged commit 1e63e14 into main Jan 17, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chall-manager-janitor Related to chall-manager-janitor go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants