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

Deadline Exceeded Error in DocumentServiceClient with updateDocument in discoveringengine #534

Open
Sami-80 opened this issue Sep 3, 2024 · 2 comments
Assignees
Labels
status:awaiting user response Awaiting a response from the author status:stale Issue/PR will be closed automatically if there's no further activity

Comments

@Sami-80
Copy link

Sami-80 commented Sep 3, 2024

Description of the feature request:

I am encountering a DEADLINE_EXCEEDED error while using the updateDocument method in the DocumentServiceClient of the discoveringengine service. This issue is preventing me from updating documents within the Discovery Engine in a timely manner, impacting the overall functionality of my application.

export async function createDoc(body: any) {
await docService.updateDocument(
{
allowMissing: true,
document: {
name: project,
jsonData: JSON.stringify(body),
},
},
);
}

What problem are you trying to solve with this feature?

No response

Any other information you'd like to share?

No response

@manojssmk
Copy link

Hi @Sami-80

Could you please elaborate on the issue that you are facing and please let us know how this is related to Gemini API.

Thanks

@manojssmk manojssmk added the status:awaiting user response Awaiting a response from the author label Sep 4, 2024
@manojssmk manojssmk self-assigned this Sep 4, 2024
Copy link

Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs.

@github-actions github-actions bot added the status:stale Issue/PR will be closed automatically if there's no further activity label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:awaiting user response Awaiting a response from the author status:stale Issue/PR will be closed automatically if there's no further activity
Projects
None yet
Development

No branches or pull requests

2 participants