currently, we create some empty files to record the finished tasks. It is not recommended to use many tiny files in many storage systems. with [filelock](https://github.com/tox-dev/py-filelock), we should be able to use only one file and record all the finished tasks.
currently, we create some empty files to record the finished tasks.
It is not recommended to use many tiny files in many storage systems.
with filelock, we should be able to use only one file and record all the finished tasks.