You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That function uses a lot of GitHub API calls and takes a long time, it also probably doesnt change that often.
We should cache it and then either blow the cache away on a miss, or just try and extend the cache on a miss. The only thing this plan doesnt handle is how to remove an app from the cache if it is uninstalled on GitHub.
The text was updated successfully, but these errors were encountered:
That function uses a lot of GitHub API calls and takes a long time, it also probably doesnt change that often.
We should cache it and then either blow the cache away on a miss, or just try and extend the cache on a miss. The only thing this plan doesnt handle is how to remove an app from the cache if it is uninstalled on GitHub.
The text was updated successfully, but these errors were encountered: