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 2022/11/21 13:36:21 UTC

[GitHub] [incubator-devlake] klesh opened a new pull request, #3773: WIP: dummy api server to mimic slow api server

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

   ### Summary
   
   In order to make sure the mechanism works for the slow API server, we first need a way to simulate the slow API behaviors in a controllable environment.
   This PR aims to fulfill the objective by the following mean:
   
   1. Recording: act as a proxy server and store the response in a cache
   2. Replaying: act as a proxy server and respond to API requests with the cached results.
   
   ### Does this close any open issues?
   Part of #3756 


-- 
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 closed pull request #3773: WIP: dummy api server to mimic slow api server

Posted by GitBox <gi...@apache.org>.
klesh closed pull request #3773: WIP: dummy api server to mimic slow api server
URL: https://github.com/apache/incubator-devlake/pull/3773


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