Right now changeset status is checked on the OSM API before every upload, but the requests are slow, they're probably the slowest request we have, and they happen often.
We should keep track of changeset creation time (token?) as a simple check and assume everything else is good and attempt the upload but fall back to current behavior if any problem is encountered. Worst case things are the same, best case we avoid slow requests.
Right now changeset status is checked on the OSM API before every upload, but the requests are slow, they're probably the slowest request we have, and they happen often.
We should keep track of changeset creation time (token?) as a simple check and assume everything else is good and attempt the upload but fall back to current behavior if any problem is encountered. Worst case things are the same, best case we avoid slow requests.