You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "likyh (via GitHub)" <gi...@apache.org> on 2023/02/07 14:09:00 UTC

[GitHub] [incubator-devlake] likyh opened a new issue, #3708: [Bug][github_graphql] 502 when pr collecting

likyh opened a new issue, #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   ![image](https://user-images.githubusercontent.com/3294100/200982345-a8991341-97b2-42b5-a3ea-c155bf21d129.png)
   
   sometimes PrCollector in graphql will raise 502.
   
   ### What do you expect to happen
   
   collect success.
   
   ### How to reproduce
   
   1. use graphql_github to collect `https://github.com/apache/jackrabbit-oak`
   2. it will raise 502.
   
   ### Anything else
   
   The reason is too much data on each page. Now 30 pr, 30 * most 100 commits will bind to one graphql query. But I think it will be too slow if set to less than 30 pr per page. In past, the number is 100 pr per page.
   
   Maybe we need a dynamic page size. It could request 100 per page and reduce less if 502 got.
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #3708: [Bug][github_graphql] 502 when pr collecting

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708#issuecomment-1419979579

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] likyh commented on issue #3708: [Bug][github_graphql] 502 when pr collecting

Posted by GitBox <gi...@apache.org>.
likyh commented on issue #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708#issuecomment-1365915698

   > @likyh Do we want to put this bug in v0.15? cc @klesh
   
   No, I don't think so.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] closed issue #3708: [Bug][github_graphql] 502 when pr collecting

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #3708: [Bug][github_graphql] 502 when pr collecting
URL: https://github.com/apache/incubator-devlake/issues/3708


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] Startrekzky closed issue #3708: [Bug][github_graphql] 502 when collecting pull requests

Posted by "Startrekzky (via GitHub)" <gi...@apache.org>.
Startrekzky closed issue #3708: [Bug][github_graphql] 502 when collecting pull requests
URL: https://github.com/apache/incubator-devlake/issues/3708


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #3708: [Bug][github_graphql] 502 when pr collecting

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708#issuecomment-1501004323

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #3708: [Bug][github_graphql] 502 when pr collecting

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708#issuecomment-1345416090

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] Startrekzky commented on issue #3708: [Bug][github_graphql] 502 when collecting pull requests

Posted by "Startrekzky (via GitHub)" <gi...@apache.org>.
Startrekzky commented on issue #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708#issuecomment-1501319929

   This is solved.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] yumengwang03 commented on issue #3708: [Bug][github_graphql] 502 when pr collecting

Posted by GitBox <gi...@apache.org>.
yumengwang03 commented on issue #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708#issuecomment-1346810215

   @likyh Do we want to put this bug in v0.15? cc @klesh 


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #3708: [Bug][github_graphql] 502 when pr collecting

Posted by github-actions.
github-actions[bot] commented on issue #3708:
URL: https://github.com/apache/incubator-devlake/issues/3708#issuecomment-1405847108

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org