Skip to content
Snippets Groups Projects
Commit e2d8fedf authored by Qinusty's avatar Qinusty
Browse files

scheduler.py: Move cache_size logs into folder

This prevents the cache_size.pid.log files from cluttering the root
log directory.
parent 9b18e1bf
No related branches found
No related tags found
1 merge request!769Move cache_size.pid.log files into a subdirectory of logs
Pipeline #29148668 passed
......@@ -329,7 +329,7 @@ class Scheduler():
self.schedule_jobs([job])
def _check_cache_size_real(self):
job = CacheSizeJob(self, 'cache_size', 'cache_size',
job = CacheSizeJob(self, 'cache_size', 'cache_size/cache_size',
resources=[ResourceType.CACHE,
ResourceType.PROCESS],
exclusive_resources=[ResourceType.CACHE],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment