Skip to content

Deep comparison slot range#40

Open
CodiePP wants to merge 2 commits into
releasedfrom
deep-comparison-slot-range
Open

Deep comparison slot range#40
CodiePP wants to merge 2 commits into
releasedfrom
deep-comparison-slot-range

Conversation

@CodiePP
Copy link
Copy Markdown
Member

@CodiePP CodiePP commented May 25, 2026

  • deep comparison over a slot range
  • cronjob for deployment to Kubernetes

CodiePP added 2 commits May 24, 2026 21:25
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
@CodiePP CodiePP requested a review from monoid-is-a-monad May 25, 2026 22:15
Copy link
Copy Markdown
Contributor

@monoid-is-a-monad monoid-is-a-monad left a comment

Choose a reason for hiding this comment

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

🌶️ 👍 This is great! Added some improvement suggestions :)

spec:
containers:
- name: bq-deep-check
image: bq-deep-check
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

we could add a tag that would contain the git commit sha or a version, so that we know deterministically which version is deployed

requests:
cpu: 100m
memory: 128Mi
imagePullPolicy: Always
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

also if we have different image tags we could change this to IfNotPresent

- name: key-secret
secret:
secretName: key-bq
restartPolicy: OnFailure
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Also here maybe we could set this to Never?: ie. if a pod fails, to create a new pod for the next attempt and keep the failed one around, instead of restarting the existing one.
also we could set:

    backoffLimit: 2

so that we have 1+2 retries = 3 total runs in case of a failure (the default is 6 I think)

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