Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Package Renames] Reduce popularity transfer propagation times #7911

Closed
loic-sharma opened this issue Mar 23, 2020 · 1 comment
Closed

[Package Renames] Reduce popularity transfer propagation times #7911

loic-sharma opened this issue Mar 23, 2020 · 1 comment
Assignees

Comments

@loic-sharma
Copy link
Contributor

loic-sharma commented Mar 23, 2020

Popularity transfers depend on the following things to propagate to search:

  • auxiliary2azuresearch job - This recalculates the packages' popularity scores and saves the popularity transfers to an auxiliary file. This runs once every 30 minutes.
  • Search auxiliary files reload - This reloads the popularity transfers information, which is what the Gallery uses to detect whether a popularity transfer has propagated to search. This runs once every hour.

As a result, it may take up to 1.5 hours for popularity transfers to fully take effect. We increase the job and reload cadences to speed up popularity transfers.

This issue must be done before we can add the end-to-end tests: #7904

@loic-sharma loic-sharma self-assigned this Mar 23, 2020
@loic-sharma loic-sharma changed the title [Package Renames] Reduce propagation time [Package Renames] Reduce popularity transfer propagation times Mar 23, 2020
@loic-sharma
Copy link
Contributor Author

Closing as per #7896 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant