googleapis / googleapis/python-aiplatform
`grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC`
Ouverte
api: vertex-ai
- Langage dominant
- Python
- Étoiles
- 905
- Forks
- 465
- Merge moyen
- 1 j 13 h
- PR mergées (30 j)
- 44
Description
I am trying to use this code to submit a training job to vertex ai endpoint. However, I am seeing some errors as mentioned in the title when there are 200 pipelines sending message every second.
```python
job = pipeline_jobs.PipelineJob(
display_name="some display"),
template_path="pipeline.json",
job_id="{}-{}".format(pipeline_name,TIMESTAMP)
)
job.submit(service_account=service_account)
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.