From fddaaec2ae24c2822f5aef0096d9e771b237a48a Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Mon, 12 Apr 2021 20:58:54 +0200 Subject: [PATCH] Restore stack pool default setup --- lib/galaxy/workflow/scheduling_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/workflow/scheduling_manager.py b/lib/galaxy/workflow/scheduling_manager.py index 409aa768084..1bd9a479d3a 100644 --- a/lib/galaxy/workflow/scheduling_manager.py +++ b/lib/galaxy/workflow/scheduling_manager.py @@ -190,7 +190,7 @@ class WorkflowSchedulingManager(ConfiguresHandlers): plugins_element = parse_xml(config_file).getroot() self.__init_schedulers_for_element(plugins_element) - if self.__stack_has_pool: + if not self.__handlers_configured and self.__stack_has_pool: # Stack has a pool for us so override inherited config and use the pool self.__init_handlers() self.__handlers_configured = True