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

WARC Server occasionally 'forgetting' WARCs #11

Open
anjackson opened this issue Mar 15, 2022 · 0 comments
Open

WARC Server occasionally 'forgetting' WARCs #11

anjackson opened this issue Mar 15, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@anjackson
Copy link
Contributor

Just had an issue where warc-server seemed to loose track of some WARCs leading to playback problems. This was resolved by restarting it, but there's clearly some underlying issue. Would be good to revisit this and see if there's a more robust approach.

Current model queries TrackDB and stores the resulting map in memory. This is a bit clumsy, and means if TrackDB happens to be down when the service restarts, playback will break.

A more robust approach would be to emit/update something like a SQLite database. An Airflow task could update it independently, and the WARC server could look things up in it as a read-only client.

@anjackson anjackson added the enhancement New feature or request label Mar 15, 2022
@anjackson anjackson self-assigned this Mar 15, 2022
@anjackson anjackson changed the title Occasionally 'forgetting' WARCs WARC Server occasionally 'forgetting' WARCs Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant