File on the page changed even though nobody edited the Confluence page

What you are seeing

The file on the page changed even though nobody edited the Confluence page.


#Why it happens

The macro is a live window, not a snapshot. Content is fetched fresh on every view from the branch you configured, and nothing is stored in the page.


#What to do

If you need a stable version, point the macro at a tag or a specific commit rather than a moving branch.


#Limits that apply here

Limit

Value

What happens

No rate-limit handling anywhere

-

There is no retry, no backoff and no Retry-After handling in the capability. A GitHub 403 caused by rate limiting is classified as an access error and reported to the reader as though nobody has acces



Found it? Good.