File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
host_vars/galaxy-umsa.grid.cesnet.cz Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ csnt_oidc_backends_config_file: "{{ galaxy_config_dir }}/oidc_backends_config.xm
27
27
csnt_enable_reports : false
28
28
csnt_edam_panel_views : " "
29
29
csnt_default_panel_view : default
30
+ csnt_registered_user_jobs_limit : 10
30
31
csnt_tool_config_file :
31
32
- " {{ galaxy_config_dir }}/tool_conf.xml"
32
33
- " {{ galaxy_config_dir }}/local_tool_conf.xml"
@@ -79,7 +80,7 @@ galaxy_job_config:
79
80
testing : [cores, time]
80
81
limits :
81
82
- type : registered_user_concurrent_jobs
82
- value : 10
83
+ value : " { csnt_registered_user_jobs_limit } "
83
84
- type : anonymous_user_concurrent_jobs
84
85
value : 1
85
86
- type : output_size
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ galaxy_commit_id: release_24.2
11
11
csnt_log_level : DEBUG
12
12
csnt_enable_notification_system : true
13
13
csnt_short_term_storage_dir : /rbd/data/short_term_web_storage
14
+ csnt_registered_user_jobs_limit : 100
14
15
csnt_tool_config_file :
15
16
- " {{ galaxy_config_dir }}/tool_conf.xml"
16
17
- " {{ galaxy_config_dir }}/local_tool_conf.xml"
You can’t perform that action at this time.
0 commit comments