grafana / explore-logs

Repo for the Loki log exploration app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retry failed queries

matryer opened this issue · comments

Sometimes queries fail but work after a refresh. So if the frontend retried a couple of times after a short delay, we will probably be ok.


sidenote: Francesc Campoy told me once that they would often make two of the same GET requests at the same time, and they just use whichever comes in first. (I'm not suggesting we do that, I don't think @cyriltovena would like it!)

update: a bug in the backend may address this. See grafana/loki#13161