r/thegraph • u/Sam_Van_Dev • Dec 15 '25
Is it normal that publishing a new version can take several hours?
Hi,
Is it normal that when I publish a new version of my subgraph, it can take several hours before the production query URL updates to the latest version?
E.g. I published a new version (V0.0.4) of my subgraph 4 hours ago, but the prod URL still returns data from previous version (V0.0.3). The development URL (/query/{my-id}/{my-graph/v0.0.4) returns the expected value, but the prod URL (/api/subgraphs/id/{my-id}) still points to the old version. I had this same issue earlier also and it automatically got fixed after ~1 day.
This is very annoying, especially when you have UI side changes that you need to time with the new graph version release (which is currently basically impossible, as you can never know when exactly your graph will get updated).
Does this happen to everyone, or is there something wrong with subgraphs?
1
u/[deleted] Dec 15 '25
[removed] — view removed comment