HDS short term maintenance cron#188
Open
andponlin wants to merge 3 commits into
Open
Conversation
# Conflicts: # deployments/haikudepotserver.yml
92566e4 to
3afc309
Compare
andponlin
commented
Mar 29, 2026
| - name: haikudepotserver | ||
| image: ghcr.io/haiku/haikudepotserver:1.0.186 | ||
| env: | ||
| - name: HDS_JOBSERVICE_TYPE |
Contributor
Author
There was a problem hiding this comment.
This is no longer required because it is the default value for hds.jobService.type.
This was referenced Apr 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recently HDS has introduced a short-term maintenance job. This should be triggered every 5 minutes. This PR will introduce a K8S
CronJobto trigger this. I am also bumping the version of thecurlcontainer to run this to the latest.Once deployed, the application will log...
...every 5 mins.
This will be required for some changes coming up in future releases of HDS.