As the titles says basically. Every time someone calls the API, it has to first talk to the scanner, then return the progress. That's slow, and if there are more clients asking for progress, it could end up making everything slower.
As the titles says basically. Every time someone calls the API, it has to first talk to the scanner, then return the progress. That's slow, and if there are more clients asking for progress, it could end up making everything slower.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As the titles says basically. Every time someone calls the API, it has to first talk to the scanner, then return the progress. That's slow, and if there are more clients asking for progress, it could end up making everything slower.
There is also rate limiting functionality in place on the API, but still, if we can just cache the result for like, 30 seconds, that would be great.