googleapis / googleapis/python-aiplatform

`grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC`

オープン
#2,177 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
api: vertex-ai
主要言語
Python
スター
905
フォーク
465
平均マージ
1日 13時間
マージ済み PR(30日)
44

説明

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)
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。