racerecords / RaceRecords

1 stars 0 forks source link

Handle sync failures gracefully and re-attempt sync periodically until success #23

Open mcmillanator opened 5 years ago

mcmillanator commented 5 years ago

The front end is looping every 5 minutes or so. It sends all of the data it has to the server. I think this may be good enough for MVP, but there is a danger if two or more people have the readings open at the same time. They will be over writing each other's data every five minutes. As of right now only admin users can write data, so I think this will be good enough for MVP.