clearml-agent/clearml_agent/helper/os
allegroai 01e8ffd854 Improve venv cache handling:
- Add FileLock readonly mode, default is write mode (i.e. exclusive lock, preserving behavior)
- Add venv cache now uses readonly lock when copying folders from venv cache into target folder. This enables multiple read, single write operation
- Do not lock the cache folder if we do not need to delete old entries
2024-02-29 14:19:24 +02:00
..
__init__.py Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
daemonize.py Rename trains-agent -> clearml-agent 2020-12-22 21:21:29 +02:00
folder_cache.py Improve venv cache handling: 2024-02-29 14:19:24 +02:00
locks.py Fix IOError on file lock when using shared folder 2024-02-29 14:16:25 +02:00
portalocker.py Improve venv cache handling: 2024-02-29 14:19:24 +02:00