Is there a way to refresh templates out-of-band?
I have a template which takes a long time to load, and I don’t want this to happen every time ppl hit F5
but I don’t want to set the refresh to “never” either
so I was thinking setting up a cronjob or something
in other words: is there an API call for refreshing a template query?
thanks. In my opinion/experience this sounds a bit too complex especially as I’d need to authenticate the bot and develop quite some tooling around it (parsing output, etc.)
I guess I could modify the JSON in the database directly, but this sounds very intricate too :-/
I really think an API call would make sense. I’ll look into the code to see if it’s hard to do.