tinyflux fills up temp directory #43
Unanswered
lwallimann
asked this question in
Q&A
Replies: 2 comments
-
@lwallimann The only time tinyflux should create a temporary file is when you are using the CSVStorage instance, and performing any operation that removes data, which includes dropping measurement(s), updating individual Points (or all Points), and removing individual Points (or all Points). Are you performing this every minute? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@citrusvanilla yes I perfom this every minute (updating and removing). I found a solution by deleting it at the end of the skript with the tempfile python module. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My script runs every minute and each time tinyflux create a temp file. In my case (windows) under AppData/loal/temp. I found that tinyflux uses the tempfile Python module. Is there a flag so that tinyflux does not use the temp directory?
thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions