Use Cache On The API Level Instead Of Fetching The Progress Every Time #30
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: owner/RSE#30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.