You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the remote cache is stale (e.g. if there are issues with sidekiq in civic), users will encounter an infinite loop when calling civic.load_cache() (see #141). We should either fail, use the stale one, or automatically create an updated local cache. On failure we can instruct users to manually update their local cache using civicpy update --hard.
The text was updated successfully, but these errors were encountered:
Currently, if the remote cache is stale (e.g. if there are issues with sidekiq in civic), users will encounter an infinite loop when calling
civic.load_cache()
(see #141). We should either fail, use the stale one, or automatically create an updated local cache. On failure we can instruct users to manually update their local cache usingcivicpy update --hard
.The text was updated successfully, but these errors were encountered: