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.
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.