Skip to content

Commit

Permalink
Fix dynamic handler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Oct 1, 2024
1 parent 38dcfbc commit aae625c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions templates/galaxy/config/job_conf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ execution:
runner: local
docker_enabled: true
docker_set_user:
docker_sudo: false

docker_dispatch:
runner: dynamic
Expand Down
6 changes: 0 additions & 6 deletions vars/galaxy_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ galaxy_configuration:
pool: threads
memory_limit: 2
loglevel: DEBUG
handlers:
handler:
processes: 4
pools:
- job-handlers
- workflow-schedulers
gx_it_proxy:
enable: "{{ _galaxy_use_interactive_tools }}"
port: "{{ gie_proxy_port }}"

0 comments on commit aae625c

Please sign in to comment.