Custom Query (2152 matches)
Results (796 - 798 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#395 | duplicate | Set up profiling to analyze performance issues | pudo | |
Description |
At the moment, some pages within CKAN tend to load slowly. We should create a profiling setup in which we can measure response times for complete requests and individual methods calls. This could be used to identify bottlenecks and find an appropriate caching or tuning strategy to improve CKAN performance. NB: We should also agree on a maximum request latency. TODO: Read up on all those QoS tickets to avoid overlapping efforts. |
|||
#401 | fixed | Provide base worker as queue consumer | pudo | pudo |
Description |
We should create and document a basic queue consumer and task processor for CKAN. It will connect to the CKAN update queue, read messages and dispatch them to a consumer function (such as a downloader or an analysis app) |
|||
#402 | duplicate | Archiving worker to back up package resources from a CKAN instance | pudo | pudo |
Description |
Write a worker that scans all packages in a ckan instance and uploads the data to storage.ckan.net or another suitable storage system.
The caching worker will consumer update notifications and fetch packages. Extra points for:
|