This repository was archived by the owner on Oct 5, 2021. It is now read-only.
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
clean up result files in /tmp for timed out queries #37
Closed
Description
The way aleph writes results is first to the local disk and in a streaming fashion. When the query finishes it uploads the file to s3 and deletes the file.
If the query times out, it's possible that the result set just stays in /tmp
we should figure out a way to clean that up because eventually this will fill up the disk space