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

Manual tigger of re-indexing for specific policy, SR, token #4373

Open
anvabr opened this issue Nov 11, 2024 · 0 comments
Open

Manual tigger of re-indexing for specific policy, SR, token #4373

anvabr opened this issue Nov 11, 2024 · 0 comments
Labels

Comments

@anvabr
Copy link
Collaborator

anvabr commented Nov 11, 2024

Problem description

Currently indexer runs updates sequentially, i.e. once the previous one completes a new one gets scheduled. Updates can take several hours or longer. This results in the too long of a gap (for some use-cases) between the time when an asset or a document is created and the time when it is visible in the Indexer.

Requirements

  • Introduce a new capability into the indexer to trigger manual re-indexing for a specific 'vertical', starting at a specific topic and navigating (only) down the hierarchy for immediate availability of data.
  • Develop a UI for users to provide a Topic ID for one of the specific items below as an entry point into the 'vertical':
    • Policy
    • Standard registry
    • Token
  • When manual re-indexing is scheduled it must take priority, or the rest should gets postponed until the manually-triggered update is finished.
  • The user who triggered the update must be notified when the update is finished.

Definition of done

  • Functionality is implemented as per above
  • Documentation is updated

Acceptance criteria

  • Users are able to update indexer with the specific 'subset' of data within 20 minutes or less.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants