Skip to content

Commit b3391b6

Browse files
authored
Merge pull request #175 from CESNET/umsa_user_job_limit
configure registered_user jobs limit for umsa
2 parents 12445ed + 190579d commit b3391b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

group_vars/galaxyservers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ csnt_oidc_backends_config_file: "{{ galaxy_config_dir }}/oidc_backends_config.xm
2727
csnt_enable_reports: false
2828
csnt_edam_panel_views: ""
2929
csnt_default_panel_view: default
30+
csnt_registered_user_jobs_limit: 10
3031
csnt_tool_config_file:
3132
- "{{ galaxy_config_dir }}/tool_conf.xml"
3233
- "{{ galaxy_config_dir }}/local_tool_conf.xml"
@@ -79,7 +80,7 @@ galaxy_job_config:
7980
testing: [cores, time]
8081
limits:
8182
- type: registered_user_concurrent_jobs
82-
value: 10
83+
value: "{ csnt_registered_user_jobs_limit }"
8384
- type: anonymous_user_concurrent_jobs
8485
value: 1
8586
- type: output_size

host_vars/galaxy-umsa.grid.cesnet.cz/vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ galaxy_commit_id: release_24.2
1111
csnt_log_level: DEBUG
1212
csnt_enable_notification_system: true
1313
csnt_short_term_storage_dir: /rbd/data/short_term_web_storage
14+
csnt_registered_user_jobs_limit: 100
1415
csnt_tool_config_file:
1516
- "{{ galaxy_config_dir }}/tool_conf.xml"
1617
- "{{ galaxy_config_dir }}/local_tool_conf.xml"

0 commit comments

Comments
 (0)