Github pull_request_stats failing with Response Code: 502

  • Is this your first time deploying Airbyte?: No
  • OS Version / Instance: Ubuntu
  • Memory / Disk: you can use something like 16Gb / 1 Tb
  • Deployment: Docker compose
  • Airbyte Version: 0.44.5
  • Source name/version: Github connect 0.4.11
  • Destination name/version: Postgres 0.3.27
  • Step: The issue is happening during github sync of pull_request_stats
  • Description: We have about 16k repos in our github.com organization. I’m trying to do a full initial sync for pull_request_stats for the past 6 months.

I have lowered the page size to 5 and even lowered down to the past month.

After a while I get the following error:

2023-05-30 22:07:58 source > Caught retryable error 'Request URL: https://api.github.com/graphql, Response Code: 502, Response Text: {
   "data": null,
   "errors":[
      {
         "message":"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include `D115:7437:94AA6F:997672:647673AD` when reporting this issue."
      }
   ]
}
' after 1 tries. Waiting 5 seconds then retrying...

Turned debug logging on but still not much more information. Doing a code debug not a feasible solution as it takes a few hours prior to having this issue show up. Anyway to figure out what request exactly is causing this? It appears to be graphql queries causing this.

Any pointer is highly appreciated!