File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,12 @@ galaxy_job_config:
4242 pulsar_runner :
4343 load : galaxy.jobs.runners.pulsar:PulsarRESTJobRunner
4444 limits :
45- -
45+ # Limit on the number of jobs an anonymous user can have active across all environments.
46+ # no jobs at all. Condition use >= and the query would return 0 on the first job.
47+ - type : anonymous_user_concurrent_jobs
48+ value : -1
4649 # Limit on the number of jobs a user with a registered Galaxy account can have active across all environments.
47- type : registered_user_concurrent_jobs
50+ - type : registered_user_concurrent_jobs
4851 value : 10
4952 # Limit total jobs running on the galaxy server (upload, etc)
5053 - type : environment_total_concurrent_jobs
@@ -157,7 +160,7 @@ galaxy_config:
157160 # Users login (CILogon OIDC and No login/password)
158161 show_welcome_with_login : false
159162 allow_user_creation : false
160- require_login : true
163+ require_login : false
161164 session_duration : 40000
162165 use_remote_user : false
163166 auth_config_file : " {{ galaxy_config_dir }}/auth_conf.xml"
You can’t perform that action at this time.
0 commit comments