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

CMLE/TFX failure: Exceeded the max allowed number of models per project: 100. #587

Closed
Ark-kun opened this issue Dec 22, 2018 · 6 comments
Closed
Assignees

Comments

@Ark-kun
Copy link
Contributor

Ark-kun commented Dec 22, 2018

run-notebook-tfx-tests:	<IPython.core.display.HTML object>
run-notebook-tfx-tests:	<HttpError 429 when requesting https://ml.googleapis.com/v1/projects/ml-pipeline-test/models?alt=json returned "Quota failure for project ml-pipeline-test. Quota failure for project 363997316495. Exceeded the max allowed number of models per project: 100. To read more about Cloud ML Engine quota, see https://cloud.google.com/ml-engine/quotas. To read more about Cloud ML Engine quota, see https://cloud.google.com/ml-engine/quotas.">

/assign @gaoning777

@gaoning777
Copy link
Contributor

Thanks. The problem could be the models are left uncleaned for certain reasons.

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Jan 3, 2019

/assign @qimingj

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Jan 3, 2019

Thanks. The problem could be the models are left uncleaned for certain reasons.

I do not remember any model cleanup code at all...

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Jan 3, 2019

Script to remove all model versions:

gcloud ml-engine models list --project ml-pipeline-test | xargs -n 1 -P 8 gcloud ml-engine versions delete beta --quiet --project ml-pipeline-test --model
gcloud ml-engine models list --project ml-pipeline-test | xargs -n 1 -P 8 gcloud ml-engine models delete --project ml-pipeline-test --quiet

@gaoning777
Copy link
Contributor

The sample test cleaned the models after testing.
https://github.com/kubeflow/pipelines/blob/master/test/sample-test/clean_cmle_models.py

@gaoning777
Copy link
Contributor

resolved in #622

@vicaire vicaire closed this as completed Mar 26, 2019
Linchin pushed a commit to Linchin/pipelines that referenced this issue Apr 11, 2023
…ubeflow#587)

* Update the Tekton pipelines to support applications whose source
  code isn't in the kubeflow repository (e.g. TFJob controller and pytorch)

  * We need to generalize the name of the git resource containing
    the application to be app-repo.

* update_kf_apps.py needs to filter out repositories that aren't need for
  a particular application; attaching extra resources to a pipeline causes
  the run to fail.

* Update tests to work with assumption that source could be a different
  repository.

* Use structured logging to make it easier to find logs about a particular
  application
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this issue Oct 22, 2023
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this issue Mar 11, 2024
…beflow#587)

* fix custom task I/O behaviors on recursion and while loop

* Fix comment typo
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

4 participants