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

Update search more frequently #3478

Open
morancj opened this issue Mar 3, 2023 · 0 comments
Open

Update search more frequently #3478

morancj opened this issue Mar 3, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation type/enhancement New feature or request user-guide Improvements to docs at https://docs.gitops.weave.works/

Comments

@morancj
Copy link
Member

morancj commented Mar 3, 2023

Problem

Algolia DocSearch runs a crawl every 7 days. If the release schedule doesn't coincide nicely with this, it can take that long before the current version returns any search results. We noticed this when 0.18.0 was released.

Solution

Algolia used to have a self-hosted crawler: this has been deprecated.
Now, we can only schedule the crawl, or trigger it manually. (permalink)

Current config snippet:

schedule: "at 10:00 on Saturday",

I'm not sure where this is configured: it seems to only be available in the admin web UI.

I suggest we replace this with:

schedule: "every 1 day at 6:00 pm",

adopted from their example.

Additional context

@morancj morancj added the type/enhancement New feature or request label Mar 3, 2023
@morancj morancj changed the title Update search ~on each release~ more frequently Update search more frequently Mar 3, 2023
@makkes makkes added the documentation Improvements or additions to documentation label Mar 7, 2023
@lasomethingsomething lasomethingsomething added the user-guide Improvements to docs at https://docs.gitops.weave.works/ label Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation type/enhancement New feature or request user-guide Improvements to docs at https://docs.gitops.weave.works/
Projects
None yet
Development

No branches or pull requests

3 participants