Skip to content

Commit e6c628c

Browse files
committed
Anonymous should not run jobs, use negative value so the first job waits.
1 parent d64f7c8 commit e6c628c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/group_vars/galaxyservers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ galaxy_job_config:
4343
load: galaxy.jobs.runners.pulsar:PulsarRESTJobRunner
4444
limits:
4545
# 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.
4647
- type: anonymous_user_concurrent_jobs
47-
value: 0
48+
value: -1
4849
# Limit on the number of jobs a user with a registered Galaxy account can have active across all environments.
4950
- type: registered_user_concurrent_jobs
5051
value: 6

0 commit comments

Comments
 (0)