opentraffic / reporter

OTv2: distributed service that matches raw GPS probe data to OSMLR segments and sends anonymized speeds to Datastore
GNU Lesser General Public License v3.0
13 stars 16 forks source link

dont call punctuate from close #99

Closed kevinkreiser closed 7 years ago

kevinkreiser commented 7 years ago

the kvstore will keep the data aroud for the next worker to use. trying to clear out the kvstore on close seems to throw exceptions and get us in a messed up state. the documentation doesnt really tell you what is and isnt allowed during close so we're going to instead of assuming that anything is fair game, assume that you cant really mess with the kvstore on close.