Skip to content

Add scheduled task to update cached feeds

On large data set, generating the feed may take too long for an HTTP request. So in this case user may want to update the cache with a scheduled task so the requests are always answered directly using the cache.

Merge request reports