thoth-station/package-releases-job

Optimize new release information retrieval

Closed this issue · 2 comments

Is your feature request related to a problem? Please describe.

Currently, it takes a lot of time to check all the monitored releases in the stage environment. It might be good to optimize the retrieval of new package releases.

Describe the solution you'd like

It looks like package-releases-job is slow because of networking overhead. Most of the time is spent waiting for results from indexes. We could use asyncio to speed up retrieval information of packages. We already have asyncio-based python package index interface that can be utilized for this use case.

Closing as #582 will cover this in a better way.

/close

@fridex: Closing this issue.

In response to this:

Closing as #582 will cover this in a better way.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.