Daemon rucio-minos

The role of the daemon is get as input the list of PFNs declared bad and to classify them into 2 categories: the temporary available ones, and the ones that have a real problem and that will need to be recovered by the necromancer.

usage: rucio-minos [-h] [--run-once] [--threads THREADS] [--bulk BULK] [--sleep-time SLEEP_TIME]

Named Arguments

--run-once

Runs one loop iteration

Default: False

--threads

Concurrency control: number of threads

Default: 1

--bulk

Bulk control: number of requests per cycle

Default: 1000

--sleep-time

Seconds to sleep if few requests

Default: 60