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

feat!(nodbuilder): making lifecycle timeouts configurable #2347

Merged
merged 5 commits into from
Jun 14, 2023

Conversation

distractedm1nd
Copy link
Collaborator

Closes #2315

Doing this proactively even though it is a good-first issue in case other dagstore startup issues are not fixed in time. Breaks the config.

@distractedm1nd distractedm1nd added area:config CLI and config kind:break! Attached to breaking PRs labels Jun 8, 2023
@distractedm1nd distractedm1nd self-assigned this Jun 8, 2023
Wondertan
Wondertan previously approved these changes Jun 8, 2023
walldiss
walldiss previously approved these changes Jun 13, 2023
@distractedm1nd distractedm1nd dismissed stale reviews from walldiss and Wondertan via a913803 June 14, 2023 08:18
@codecov-commenter
Copy link

Codecov Report

Merging #2347 (a913803) into main (0823f6b) will decrease coverage by 0.18%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2347      +/-   ##
==========================================
- Coverage   50.86%   50.69%   -0.18%     
==========================================
  Files         154      155       +1     
  Lines        9742     9755      +13     
==========================================
- Hits         4955     4945      -10     
- Misses       4353     4373      +20     
- Partials      434      437       +3     
Impacted Files Coverage Δ
nodebuilder/config.go 44.44% <100.00%> (+0.62%) ⬆️
nodebuilder/node.go 58.57% <100.00%> (-3.28%) ⬇️

... and 5 files with indirect coverage changes

@distractedm1nd distractedm1nd enabled auto-merge (squash) June 14, 2023 11:28
@distractedm1nd distractedm1nd merged commit 400517e into main Jun 14, 2023
@distractedm1nd distractedm1nd deleted the startup-timeout-config branch June 14, 2023 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:config CLI and config kind:break! Attached to breaking PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nodebuilder: make startup timeout confgurable
5 participants