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
The results calculated by other nodes of the blockchain network, couldn't be consumed by their own http_gate instance, so we need a mechanism to expire those keys in the redis cache.
On the other side, even if the same http_gate and spin_worker, if http_gate was broken, the key will leave there forever, so we also need to expire them after some time.
Feel that 3 minutes is a good trade-off right now.
The text was updated successfully, but these errors were encountered:
The results calculated by other nodes of the blockchain network, couldn't be consumed by their own http_gate instance, so we need a mechanism to expire those keys in the redis cache.
On the other side, even if the same http_gate and spin_worker, if http_gate was broken, the key will leave there forever, so we also need to expire them after some time.
Feel that 3 minutes is a good trade-off right now.
The text was updated successfully, but these errors were encountered: