It was reported to me that mybinder.org was returning the code 429 (too many requests).
Angus pointed to me that this happens when repoproviders from BinderHub reaches GitHub REST API limit.
At the moment, all servers in the federation uses the same client_id and client_secret for GitHubRepoProvider. Should we change to require every server to use its own client_id and client_secret? This will effectively increase the capacity and resilience of the servers in the federation.
@minrk do you think this is something feasible for BIDS?
It was reported to me that mybinder.org was returning the code 429 (too many requests).
Angus pointed to me that this happens when
repoprovidersfrom BinderHub reaches GitHub REST API limit.At the moment, all servers in the federation uses the same
client_idandclient_secretforGitHubRepoProvider. Should we change to require every server to use its ownclient_idandclient_secret? This will effectively increase the capacity and resilience of the servers in the federation.@minrk do you think this is something feasible for BIDS?