github-badge
github-badge copied to clipboard
Pre-cache user values
When a badge is tried to be fetched after a cache expiration, the first load time is pretty high. This may be prevented by smart pre-caching via Tasks API.
Resources:
- https://cloud.google.com/appengine/articles/deferred
- https://cloud.google.com/appengine/docs/standard/python/taskqueue/
- https://cloud.google.com/appengine/docs/standard/python/taskqueue/pull/