Skip to main content

rucio-conveyor-poller

usage: rucio-conveyor-poller [-h] [--run-once] [--fts-bulk FTS_BULK]
[--db-bulk DB_BULK] [--older-than OLDER_THAN]
[--sleep-time SLEEP_TIME]
[--activities ACTIVITIES [ACTIVITIES ...]]
[--activity-shares ACTIVITY_SHARES]
[--total-threads TOTAL_THREADS]

Conveyor is a daemon to manage file transfers. The conveyor-poller is in
charge of poll the transfer tool to check if the submitted transfers are
already done.

optional arguments:
-h, --help show this help message and exit
--run-once One iteration only
--fts-bulk FTS_BULK Bulk control: number of transfers per FTS query
--db-bulk DB_BULK Bulk control: number of transfers per db query
--older-than OLDER_THAN
Poll control: older request more than this value to
poll
--sleep-time SLEEP_TIME
Seconds to sleep if few requests
--activities ACTIVITIES [ACTIVITIES ...]
Explicit list of activities to include
--activity-shares ACTIVITY_SHARES
JSON-encoded string of an activity shares dictionary
{"act_1": 0.2, "act_2": 0.4, ...}
--total-threads TOTAL_THREADS
Concurrency control: total number of threads for this
process