-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement proxy endpoint for ElasticPress instant results #410
Comments
Reimplements the custom proxy from https://github.com/10up/elasticpress-proxy Currently WIP, still to do: - [ ] Implement request signing for cloud environments - [ ] Come up with a way to cache the db query results that can be cleared on index/reindex so query only occurs on each container once. Will need to delete cache on reindex if possible Fixes #410 Feature was revealed for v11 so should be backported to v11-branch.
Hey team! Please add your planning poker estimate with ZenHub @robindevitt @roborourke @shadyvb |
@humanmade/altis-vulcan drop questions in here or in the product team chat if you have any and I'll answer them. |
Hey team! Please add your planning poker estimate with ZenHub @ferschubert-hm @jerico @kovshenin @mikelittle @wisyhambolu |
@jerico We refined and estimated during Aug 10 refinement meeting. |
@jerico we refined and estimated this ticket during the Aug 10 refinement meeting. |
The Instant Results feature that landed alongside Altis v11 is not currently fully implemented as I misunderstood what it did.
We need to implement a version of https://github.com/10up/elasticpress-proxy that works for Altis. Notably it cannot use the filesystem other than
/tmp
- and then it must also properly handle running on multiple servers and clearing the cache whenever the site is reindexed.Acceptance criteria:
instant-results
featureThe text was updated successfully, but these errors were encountered: