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

Superset Example loading slow - can we set requests/limits for load job? #324

Open
fhennig opened this issue Feb 8, 2023 · 0 comments
Open

Comments

@fhennig
Copy link
Member

fhennig commented Feb 8, 2023

The loading of the Superset examples by the setup Job is slow. I found that the python process running the import job seems to be the bottleneck. However, we can't give it more resources, because there's no way for us to configure that from the outside.

In fact, we don't even request any resources at all! We should probably request something minimal.

Maybe we could re-use the limits etc. from superset itself?

bors bot pushed a commit that referenced this issue Feb 9, 2023
# Description

Adds the two scripts used for testing.

Also increase a timeout because the test failed in azure. Example loading is really slow, I think it's because the load job has no requests. I made a ticket for it #324

While I looked at it, the CPU usage of the python load process was really high, so that's why I think it might be that.

https://ci.stackable.tech/view/05%20Documentation%20Tests/job/superset-operator-documentation-test/3/
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

No branches or pull requests

1 participant