clearml-agent/clearml_agent/commands
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
base.py Support custom service on Worker.get() calls 2023-02-05 10:29:09 +02:00
check_config.py initial clearml-agent v0.17.0 2020-12-22 23:00:57 +02:00
config.py Better message for agent init when an existing clearml.conf is found 2023-05-21 22:51:11 +03:00
events.py Add support for resource_applied() callback in k8s glue 2023-11-01 15:10:08 +02:00
resolver.py Fix docker container backwards compatibility for API <2.13 2023-07-04 14:37:18 +03:00
worker.py Improve venv cache handling: 2024-02-29 14:19:24 +02:00