mod_tile appending relies on the sequenceNumber key saved by the osm2pgsql container instead of the lastAppended key. this can lead to inconsistency.
p.s. new key names will be more than welcome.
The changes made in #19 changed it so osm2pgsql saves its current state into sequence number, so now it should be fixed, but still need to be tested from mod_tile perspective.
mod_tile appending relies on the sequenceNumber key saved by the osm2pgsql container instead of the lastAppended key. this can lead to inconsistency. p.s. new key names will be more than welcome.