googleapis / googleapis/python-aiplatform
`grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC`
Abierto
api: vertex-ai
- Lenguaje dominante
- Python
- Estrellas
- 905
- Forks
- 465
- Merge medio
- 1 d 13 h
- PR fusionados (30 d)
- 44
Descripción
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)
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.