nationalparkservice / arc2places

0 stars 1 forks source link

Busy wait when getting data/source/id #15

Closed regan-sarwas closed 8 years ago

regan-sarwas commented 8 years ago

When uploading a large changeset, the server may still be processing the changeset, so sleep, and try again. Server returns a 404 (not found) error if there is no changeset with the id; Need to ensure server returns a different response when the changeset exists, but is not fully formed.

regan-sarwas commented 8 years ago

busy wait implemented, so closing.