Replies: 1 comment 8 replies
-
No. Cache is a key value storage, so unless input changes, it won't rerun the effect. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given an effect implementation like so:
Full code here: https://github.com/sablier-labs/indexers/blob/4dc34c2fc7e013bcc6e9e7d9f5fc7ae6dc0782b0/envio/lockup/effects/proxender.ts
Will Envio attempt to refetch the data if the cache file references a
NOT_AVAILABLEvalue?If not, the data will forever be stuck as not available even if there might have been a temporary glitch in the API.
cc @DZakh
Beta Was this translation helpful? Give feedback.
All reactions