I’ve built a simple crypto/stock tracker table which pulls the current rate of a stock or coin via a REQUEST call in a formula to then show the actual current value. This works great, however, I noticed that sometimes, the values are not updated when re-opening the sheet or even the entire grist.
So my question is two-fold: How often and when are these REQUEST calls actually refreshed? And is there a way to manually trigger a refresh? Function reference - Grist Help Center says that REQUEST isn’t even implemented, so that’s no help there
I have a self-hosted grist latest, with GRIST_ENABLE_REQUEST_FUNCTION: 1