Open
Description
At the moment it is possible that the code is concurrently updating the same user in parallel in response to either multiple requests with the same user or by running a request and the cron update at the same time.
I think nothing bad happens from it beside unnecessary requests to the OSM API.
It could be prevented by usage of transactions over the whole process for each user and SELECT FOR UPDATE
on the changesets_walker_state
entry for the user.
Metadata
Metadata
Assignees
Labels
No labels