-
Notifications
You must be signed in to change notification settings - Fork 143
Description
import dbdemos
dbdemos.install('mlops-end2end')
Keep getting this warning
WARN: hitting api request limit 429 error: 2.1/jobs/run-now. Sleeping 15sec and retrying...
Retrying call.
WARN: hitting api request limit 429 error: 2.1/jobs/run-now. Sleeping 35sec and retrying...
and then getting this error (but others demos are installing without any problem with same cluster)
Installation error: Can't start the workflow
{'job_id': 346441304272759}.
dbdemos creates jobs to load your demo data. If you don't have cluster creation permission, you can start the job using the current cluster.
dbdemos.install('mlops-end2end', use_current_cluster=True)
Details
Pipeline configuration:
{"uid": 346441304272759, "run_id": null, "id": "init-job"}
API response:
{"error_code": "REQUEST_LIMIT_EXCEEDED", "message": "There are already 5 active runs (limit: 5).", "details": [{"@type": "type.googleapis.com/google.rpc.RequestInfo", "request_id": "d7b092c2-fd1e-4326-993c-999e50a1939a", "serving_data": ""}]