You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
# 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/
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?
The text was updated successfully, but these errors were encountered: