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

Add retry mechanism for neural search inference #92

Closed
zane-neo opened this issue Dec 27, 2022 · 0 comments
Closed

Add retry mechanism for neural search inference #92

zane-neo opened this issue Dec 27, 2022 · 0 comments
Labels
Enhancements Increases software capabilities beyond original client specifications v2.5.0 2.5.0 launch features

Comments

@zane-neo
Copy link
Collaborator

Is your feature request related to a problem?

In some edge cases e.g. the instance down and the inference requests either to ingest or to query can fail, adding retry can relief this issue dramatically.

What solution would you like?

Add basic retry mechanism in neural search inference client.

What alternatives have you considered?

Add complicated retry like backoff policy, jitter etc in the retry mechanism, but for our system it's an internal retry which means we know the how the retry will behave e.g. round robin or least load. So a basic retry is enough for our system.

Do you have any additional context?

NA

@zane-neo zane-neo added untriaged Features Introduces a new unit of functionality that satisfies a requirement and removed untriaged labels Dec 27, 2022
@jmazanec15 jmazanec15 added v2.5.0 2.5.0 launch features Enhancements Increases software capabilities beyond original client specifications and removed Features Introduces a new unit of functionality that satisfies a requirement labels Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancements Increases software capabilities beyond original client specifications v2.5.0 2.5.0 launch features
Projects
None yet
Development

No branches or pull requests

2 participants