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

[Feature] Parametrize Scheduling Graceful Duration #1641

Merged
merged 1 commit into from Apr 8, 2024

Conversation

ajanikow
Copy link
Collaborator

@ajanikow ajanikow commented Apr 8, 2024

No description provided.

@ajanikow ajanikow requested a review from a team as a code owner April 8, 2024 09:24
@cla-bot cla-bot bot added the cla-signed label Apr 8, 2024
@ajanikow ajanikow force-pushed the feature/parametrize_scheduling_graceful_duration branch from 85fa8ec to 27e2c9d Compare April 8, 2024 10:25
@ajanikow ajanikow force-pushed the feature/parametrize_scheduling_graceful_duration branch from 27e2c9d to 5cc2206 Compare April 8, 2024 10:31
@@ -29,6 +29,7 @@ const (
DefaultArangoDCheckTimeout = time.Second * 2
DefaultReconciliationTimeout = time.Minute
DefaultForcePodDeletionGracePeriodTimeout = 15 * time.Minute
DefaultPodSchedulingGracePeriod = 15 * time.Second
Copy link
Collaborator

Choose a reason for hiding this comment

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

IMO it could be bit longer (60s)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Before it was 0 seconds, now it will 15 (what is enough for AS to take an action - where default is set to 10s)

@ajanikow ajanikow merged commit 1d86f4e into master Apr 8, 2024
3 checks passed
@ajanikow ajanikow deleted the feature/parametrize_scheduling_graceful_duration branch April 8, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants