Skip to content
Snippets Groups Projects
Unverified Commit 8c35ca6c authored by rcarpa's avatar rcarpa Committed by GitHub
Browse files

Merge pull request #152 from rcarpa/allow_conveyor_max_time_in_queue

allow configuration of conveyor/max_time_in_queue
parents 39e837f9 2f1f7c18
No related branches found
Tags 1.26.5
No related merge requests found
......@@ -85,6 +85,7 @@ usercert = {{ RUCIO_CFG_CONVEYOR_USERCERT | default('/opt/rucio/tools/x509up') }
{% if RUCIO_CFG_CONVEYOR_GLOBUS_AUTH_APP is defined %}globus_auth_app = {{ RUCIO_CFG_CONVEYOR_GLOBUS_AUTH_APP }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_TRANSFERTYPE is defined %}transfertype = {{ RUCIO_CFG_CONVEYOR_TRANSFERTYPE }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_FILTER_TRANSFERTOOL is defined %}filter_transfertool = {{ RUCIO_CFG_CONVEYOR_FILTER_TRANSFERTOOL }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_MAX_TIME_IN_QUEUE is defined %}max_time_in_queue = {{ RUCIO_CFG_CONVEYOR_MAX_TIME_IN_QUEUE }}{% endif %}
[messaging-fts3]
port = {{ RUCIO_CFG_MESSAGING_FTS3_PORT | default('61123') }}
......
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