OpenHistoricalMap / issues

File your issues here, regardless of repo until we get all our repos squared away; we don't want to miss anything.
Creative Commons Zero v1.0 Universal
19 stars 1 forks source link

OSMCha experiences stuck processes and missing changesets #712

Closed Rub21 closed 8 months ago

Rub21 commented 8 months ago

OSMCha gets stuck for certain changesets, and sometimes the changesets do not load, e.g.,

https://osmcha.openhistoricalmap.org/changesets/109816/ , https://www.openhistoricalmap.org/changeset/109816. Monosnap OSMCha 2024-03-13 11-11-43

image

It requests data from https://osmcha.openhistoricalmap.org/api/v1/changesets/109816/, which suggests the changeset does not exist in the OSMCha database. This could be related to https://github.com/OpenHistoricalMap/issues/issues/683.

When searching for the particular changeset in the database, it appears that this specific one does not exist, even though some of the previous and after changesets do. This could indicate that the process might have missed capturing this changeset, or there might be another issue at play.

image image

cc. @batpad @willemarcel @jeffreyameyer

Rub21 commented 8 months ago

With the latest updates of OSMCha, available at https://github.com/OpenHistoricalMap/osmcha-django/pkgs/container/osmcha-django, I was able to fill in the missing changesets. I am going to implement a job that runs once per hour to automatically fill in any missing changesets.

image
Rub21 commented 8 months ago

Closing this ticket , the task has been completed!