Questions
Questions copied to clipboard
I am using shelveDB for storing the data in docker. but my shelve db is not updating.
ShelveDB is not updating in the docker. I am using multiple thread in my code and also i am not closing my shelveDB because of i can't close DB. I have to update my DB after every 5 second. i am creading docker file on latest ubuntu and python in 3.10
i tried to use sync() method also but it's not happning.