Describe the bug
Looks like Poutine has a rate limit when doing analyze_org with how many repos there can be in the org.
To Reproduce
Steps to reproduce the behavior:
- poutine analyze_org x --token "$GH_TOKEN"
- Org has 500+ repos inside of it
- Poutine returns
ERROR | command failed error="failed to analyze org x: failed to get batch of repos: non-200 OK status code 502 Bad Gateway body: \"<html>\\r\\n<head><title>502 Bad Gateway</title></head>\\r\\n<body>\\r\\n<center><h1>502 Bad Gateway</h1></center>\\r\\n<hr><center>nginx</center>\\r\\n</body>\\r\\n</html>\\r\\n\""
Expected behavior
Hopefully to work and scan, or if theres a known limit of repos within a org that it can scan.