MerginMaps / server

Mergin Maps: Store and track changes to your geo-data. Public repository for enterprise and community edition.
https://merginmaps.com
134 stars 45 forks source link

Reject upload early #285

Closed varmar05 closed 3 weeks ago

varmar05 commented 3 weeks ago

In current setup we reject upload only if it cannot be pushed to db which is good and cover a lot of cases (e.g. race conditions) but sometimes there are many requests coming to backend in very short time - for those we want to reject upload requests as early as possible to save some resources on server.