Skip to content

feat: add minReadySeconds option#776

Merged
robholland merged 4 commits intotemporalio:mainfrom
Synthesia-Technologies:add-minReadySeconds-to-deployments
Dec 29, 2025
Merged

feat: add minReadySeconds option#776
robholland merged 4 commits intotemporalio:mainfrom
Synthesia-Technologies:add-minReadySeconds-to-deployments

Conversation

@qs-synth
Copy link
Copy Markdown
Contributor

What was changed

Added minReadySeconds option for each deployment

Why?

#775

Checklist

  1. Closes [Feature Request] allow minReadySeconds for deployments #775

  2. How was this tested:

Setting minReadySeconds and then deploying. Pods will come up more gradually, giving them time for startup activities.

  1. Any docs updates needed?

This is a standard feature in the latest Deployment spec. No need for special docs

@qs-synth qs-synth requested a review from a team as a code owner November 13, 2025 20:34
@quangngotan95
Copy link
Copy Markdown
Contributor

I opened a different PR here #733
I'm happy to close mine and support this as well

@qs-synth
Copy link
Copy Markdown
Contributor Author

qs-synth commented Dec 1, 2025

I opened a different PR here #733 I'm happy to close mine and support this as well

I would appreciate that! I did not see your PR before filing this one. I think this setup fits the standard of enabling separate values by service that @PhillypHenning is suggesting on the other change.

@robholland
Copy link
Copy Markdown
Contributor

We should probably default to a server.minReadySeconds option for the server services like other fields do. Please can you add tests?

@robholland robholland added the needs revision Team has requested some changes label Dec 18, 2025
@qs-synth
Copy link
Copy Markdown
Contributor Author

We should probably default to a server.minReadySeconds option for the server services like other fields do. Please can you add tests?

@robholland , thanks for the feedback. Does the latest change fit your suggestion?

@robholland robholland merged commit 4cffdf9 into temporalio:main Dec 29, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs revision Team has requested some changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] allow minReadySeconds for deployments

3 participants