Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
containers
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
prp
containers
Commits
8c35ca6c
Unverified
Commit
8c35ca6c
authored
3 years ago
by
rcarpa
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
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
Branches containing commit
Tags
1.26.5
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemons/rucio.cfg.j2
+1
-0
1 addition, 0 deletions
daemons/rucio.cfg.j2
with
1 addition
and
0 deletions
daemons/rucio.cfg.j2
+
1
−
0
View file @
8c35ca6c
...
...
@@ -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') }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment