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

Deploy translation of all non-streaming lookups to streaming on dev #1290

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

masih
Copy link
Member

@masih masih commented Feb 20, 2023

Deploy the latest indexstar that introduces translation of all non-streaming lookups into streaming backend requests.

Increase backend call timeouts so that the chances of at least cache getting updated even if client times out earlier.

In the case of lassie the timeout is set to 1 minute, and short timeout on server side results in false-negative 404s.

Once tested on dev will be rolling out to prod.

Fixes #1288

Deploy the latest `indexstar` that introduces translation of all
non-streaming lookups into streaming backend requests.

Increase backend call timeouts so that the chances of at least cache
getting updated even if client times out earlier.

In the case of lassie the timeout is set to 1 minute, and short timeout
on server side results in false-negative 404s.

Once tested on `dev` will be rolling out to `prod`.
@masih masih merged commit fc63323 into main Feb 20, 2023
@masih masih deleted the masih/idxstar_dev_translate_streaming branch February 20, 2023 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting a 403 response from dev.cid.contact
2 participants