Hi guys! Am I missing something? whenever I run da...
# ask-community
r
Hi guys! Am I missing something? whenever I run dagster dev it creates new directory with a pattern of tmp... How do i deal with this?
a
It should be deleted when dagster shuts down. When starting, you should see a message like this:
dagster - INFO - Using temporary directory <workdir>/tmprp24vgj3 for storage. This will be removed when dagster dev exits.
However, if Dagster process is killed in a bad way (kill -9, forced interruption, etc.), it won't remove the directory.
🙌 1
r
@Alexis Manin Thank you for clarifying! Must be because I am forcing dagster to close
👍 1