UNRVLD.ODP.VisitorGroups package makes sync blocking calls to GraphQL endpoints
We use multiple CMS blocks that rely on real‑time audiences from ODP via the UNRVLD.ODP.VisitorGroups package. Over the past month, we’ve had a couple of site outages traced to blocking calls to ODP during request processing.
Could we update the package to remove/blocking calls on the request path and add resiliency (e.g., async calls with timeouts, circuit breaker, caching, and graceful fallbacks)?
2
votes