civic-v2 icon indicating copy to clipboard operation
civic-v2 copied to clipboard

Investigate using Subscriptions/ActionCable to help with cache invalidation

Open acoffman opened this issue 2 years ago • 0 comments

Right now we use refetchQueries and polling in most places to handle stale data in the apollo cache. The "proper" way to do this would be to push events to the clients asking them to refresh their caches. We'd need to come up with an example use case to prove out and then look into how to configure and deploy actioncable in production.

acoffman avatar Apr 18 '22 15:04 acoffman