Github API Delay of multiple hours #147490
Unanswered
lgrosser-tiplu
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Hi,
I want to get the most recent events for a private repository of mine by querying the https://api.github.com/repos/OWNER/REPOSITORY/events API.
However, I'm noticing that the returned events are not up-to-date. E.g. a push I made yesterday is not being returned - it has been more than 24 hours since I pushed. I'm interested in getting the most recent pushes of the repository. I know I can use a webhook for realtime delivery but for security reasons I would like to use the API.
I wondered whether that's expected behaviour? Maybe I am missing something.
Beta Was this translation helpful? Give feedback.
All reactions