jeffschaper commented on issue #8020:
URL: 
https://github.com/apache/incubator-devlake/issues/8020#issuecomment-2583758999

   I found a workaround that might be relevant to this issue. 
   
   I disabled GraphQL when establishing a GitHub data connection via 
`{{baseUrl}}/plugins/github/connections` POST DevLake API call with the 
following payload.
   
   ```json
   {
     "name": "github",
     "endpoint": "https://github.<company>.com/api/v3",
     "authMethod": "AccessToken",
     "token": "<token>",
     "proxy": "",
     "enableGraphql": false
   }
   ``` 
   
   As a result, the data collection process seems slower, but the pipelines 
don't fail as they did before.
   
   My team is looking forward to the official release of `v1.0.2` so we can 
re-enable GraphQL and speed up the data collection process for our projects.
   
   I hope this bit of information is able to help others get unstuck until the 
next stable release is published.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to