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

Index should be auto update #24

Open
SeverusYixin opened this issue Aug 19, 2024 · 1 comment
Open

Index should be auto update #24

SeverusYixin opened this issue Aug 19, 2024 · 1 comment
Labels
Priority 5 ergonomic maturity level

Comments

@SeverusYixin
Copy link
Collaborator

Currently the index of the data source is only loaded again on re-run, it would be great if in the future, after the docker is deployed, he could update it regularly/in real time to check that new data has been added after the event.

possible:

Real-time updating:

using a watchdog-like file-monitoring library to monitor resource directories and automatically re-index files when changes are detected.

Scheduled Reindexing:

with the help of APScheduler, e.g. every 10 mins/1 h/1 d/... update it

@haesleinhuepf
Copy link
Member

Maybe once a day is enough.

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

No branches or pull requests

2 participants