1
0
This commit is contained in:
Olivier Wilkinson (reivilibre)
2022-05-27 13:23:51 +01:00
parent e643227d3d
commit 54f3c50826
2 changed files with 18 additions and 5 deletions

View File

@@ -405,7 +405,6 @@ def generate_worker_files(
# For each worker type specified by the user, create config values
for worker_type in worker_types:
startup_config: Dict[str, Any] = {}
worker_type = worker_type.strip()
worker_config = WORKERS_CONFIG.get(worker_type)
@@ -535,7 +534,7 @@ def generate_worker_files(
"/conf/supervisord.conf.j2",
"/etc/supervisor/supervisord.conf",
main_config_path=config_path,
#worker_config=supervisord_config,
# worker_config=supervisord_config,
worker_config="",
)