Skip to content

Updater stands still and refuses to exit #239

@harej

Description

@harej
jh@orb-qlever:/app/qlever$ qlever update-wikidata

To enable autocompletion, run the following command, and consider adding it to your `.bashrc` or `.zshrc`:

eval "$(register-python-argcomplete qlever)" && export QLEVER_ARGCOMPLETE_ENABLED=1


Command: update-wikidata

SINCE=$(curl -s http://orb-qlever:7001 -H "Accept: text/csv" -H "Content-type: application/sparql-query" --data "PREFIX wikibase: <http://wikiba.se/ontology#> PREFIX schema: <http://schema.org/> SELECT * WHERE { { SELECT (MIN(?date_modified) AS ?updates_complete_until) { wikibase:Dump schema:dateModified ?date_modified } } UNION { wikibase:Dump wikibase:updatesCompleteUntil ?updates_complete_until } } ORDER BY DESC(?updates_complete_until) LIMIT 1" | sed 1d)
Process SSE stream from https://stream.wikimedia.org/v2/stream/rdf-streaming-updater.mutation.v2 in batches of up to 100,000 messages 

Press Ctrl+C to finish and exit gracefully

The progress bar stays frozen at 0/100000. Pressing Ctrl+C to cancel just tells me to monitor my blood pressure while refusing to actually exit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions