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

♻️CI: increase timeout on autoscaling to fix mypy slowness #6375

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

sanderegg
Copy link
Member

@sanderegg sanderegg commented Sep 17, 2024

What do these changes do?

MyPy'ing autoscaling service takes a very long time. I could not really find why it is taking sooo much time, but it does not like the structure of autoscaling code, which is not that big.
I guess one other option could be to keep the mypy cache between CI runs, as running mypy a second time goes orders of magnitudes faster.
For now the timeout on autoscaling is increased by 1 minute.

Related issue/s

How to test

Dev-ops checklist

@sanderegg sanderegg added t:maintenance Some planned maintenance work a:autoscaling autoscaling service in simcore's stack labels Sep 17, 2024
@sanderegg sanderegg added this to the Doppelbock milestone Sep 17, 2024
@sanderegg sanderegg self-assigned this Sep 17, 2024
@sanderegg sanderegg requested a review from pcrespov as a code owner September 17, 2024 08:03
Copy link

@sanderegg sanderegg merged commit 7220efe into ITISFoundation:master Sep 17, 2024
51 checks passed
@sanderegg sanderegg deleted the autoscaling/flaky branch September 17, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:autoscaling autoscaling service in simcore's stack t:maintenance Some planned maintenance work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants