fermatslastmargin icon indicating copy to clipboard operation
fermatslastmargin copied to clipboard

fetching friend repos is often rate limited?

Open shapr opened this issue 6 years ago • 3 comments

grabbing friends' repos seems to be often rate-limited I suspect either the HTTP manager isn't working correctly, or I need to switch to the v4 graphql API using the morpheus client.

shapr avatar Oct 25 '19 22:10 shapr

The severity of this problem increase as number of friends increases. This rarely succeeds with 150 friends.

shapr avatar Oct 31 '19 17:10 shapr

Try morpheus, the author fixed the graphql client to handle GitHub's v4 API schema! https://github.com/morpheusgraphql/morpheus-graphql/issues/275

shapr avatar Nov 06 '19 22:11 shapr

further investigation says that fetching friend repos is always rate limited. The limits are much smaller than I thought. Getting friend repos to work will require using github's v4 graphql api

shapr avatar Nov 20 '19 21:11 shapr