Hacker News new | ask | show | jobs
by hacker42 3545 days ago
How much percent of the entire activity on GitHub is that?
1 comments

I was curious about this also. It tracks the global public events endpoint

https://developer.github.com/v3/activity/events/#list-public...

which has a limit of 30 items, requesting every 2 seconds

https://github.com/debugger22/github-audio/blob/e1170daa3a64...

And then limits to 3 pushes, 5 issue comments, and 3 issue events:

https://github.com/debugger22/github-audio/blob/e1170daa3a64...

There are definitely situations where you'd be losing events, though I don't know what percentage that represents.