We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64f7c8 commit e6c628cCopy full SHA for e6c628c
1 file changed
ansible/group_vars/galaxyservers.yml
@@ -43,8 +43,9 @@ galaxy_job_config:
43
load: galaxy.jobs.runners.pulsar:PulsarRESTJobRunner
44
limits:
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
- value: 0
48
+ value: -1
49
# Limit on the number of jobs a user with a registered Galaxy account can have active across all environments.
50
- type: registered_user_concurrent_jobs
51
value: 6
0 commit comments