You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2023/01/10 10:55:16 UTC

[GitHub] [incubator-devlake] likyh opened a new pull request, #4175: fix: limit the max rate limit = 200 for gitlab

likyh opened a new pull request, #4175:
URL: https://github.com/apache/incubator-devlake/pull/4175

   ### Summary
   limit the max rate limit = 200 for GitLab. Because the pipeline seems to have can only support about 250 requests per minute. Although Gitlab allow 2000 pre minute, I find that Devlake now can only use about 300 per minute by rateLimit header for gitlab. So I think we can set it to 200 at the most.
   
   Closes #3192


-- 
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] klesh merged pull request #4175: fix: limit the max rate limit = 200 for gitlab

Posted by GitBox <gi...@apache.org>.
klesh merged PR #4175:
URL: https://github.com/apache/incubator-devlake/pull/4175


-- 
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