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

incresaed cleanup operator time #184

Merged
merged 18 commits into from
Oct 31, 2021
Merged

incresaed cleanup operator time #184

merged 18 commits into from
Oct 31, 2021

Conversation

kafkasl
Copy link
Contributor

@kafkasl kafkasl commented Oct 29, 2021

Increased cleanup operator waiting time. The api will start assigning experiments to pods which are in ContainerCreating state. When containers are assigned they effectively become orphaned. They are not removed if they are running, but during ContainerCreating phase they will be. I am increasing the timeout to 6 minutes so the pods won't be removed while fargate is creating them (which should happen under 4 minutes)

Related PR: hms-dbmi-cellenics/api#252

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #184 (20d9933) into master (95b9664) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
- Coverage   59.45%   59.40%   -0.05%     
==========================================
  Files          19       19              
  Lines        1238     1239       +1     
==========================================
  Hits          736      736              
- Misses        502      503       +1     
Impacted Files Coverage Δ
pipeline-runner/R/gem2s-7-upload_to_aws.R 59.81% <ø> (ø)
pipeline-runner/R/handle_data.R 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95b9664...20d9933. Read the comment docs.

@kafkasl kafkasl merged commit fe6bded into master Oct 31, 2021
@kafkasl kafkasl deleted the cleanup-operator branch October 31, 2021 13:26
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.

3 participants