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

add pollingInterval, successfulJobsHistoryLimit, failedJobsHistory values #96

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

sofuture
Copy link
Contributor

Changelog

inbox-listener: for built-in autoscaling, add Helm chart values to tune pollingInterval, successJobsHistoryLimit and failedJobsHistoryLimit

Docs

Description

BeforeAfter

@sofuture sofuture marked this pull request as ready for review September 19, 2024 18:41
# how many failed jobs to keep in Kubernetes history, this is a safe default, but may be lowered if desired.
failedJobsHistoryLimit: 100
# how often to poll the autoscaling metric, this is a safe default
pollingInterval: 30
Copy link
Contributor

Choose a reason for hiding this comment

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

Seconds, I assume? Can this support time strings like "30s" for maxWaitForWork above? If not, it would be nice to at least document the unit.

@sofuture sofuture merged commit 264cfc4 into main Sep 19, 2024
1 check passed
@sofuture sofuture deleted the jz/adjust-job-history branch September 19, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants