-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Retry search with exponential backoff
Sometimes the search might return nothing because the indexes are not ready yet. In such case, the user will get no search result and will have to retry. To avoid this, we now wait for the index to be ready by making several retries, with exponential backoff
- Loading branch information
1 parent
2841ddc
commit 5b00b12
Showing
2 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters