Daemon rucio-kronos¶
Kronos is a daemon that consume tracer massages and update the replica accessed time accordingly.
usage: rucio-kronos [-h] [--run-once] [--threads THREADS] [--sleep-time-files SLEEP_TIME_FILES] [--sleep-time-datasets SLEEP_TIME_DATASETS]
Named Arguments¶
- --run-once
- One iteration only - Default: False 
- --threads
- Concurrency control: number of threads - Default: 1 
- --sleep-time-files
- Seconds to sleep between two cycles for the file thread - Default: 60 
- --sleep-time-datasets
- Seconds to sleep between two cycles for the dataset thread - Default: 60