userver-framework / service_template

Template of a C++ service that uses userver framework. Build, test and CI scripts ready

Home Page:https://userver.tech/da/d16/md_en_2userver_2tutorial_2hello__service.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make docker-start-service-release error

mchernov-intel opened this issue · comments

OS: Ubuntu 22
image

'''
Unhandled exception in components::Run: Error while parsing configs from file '/home/user/.local/etc/service_template/static_config.yaml'. Details: Field 'components_manager.task_processors.main-task-processor.worker_threads' is missing
make: *** [Makefile:81: --in-docker-start-release] Error 1
make: *** [Makefile:88: docker-start-service-release] Error 2
'''

@mchernov-intel I had the same issue. I assume this commit e0bdb13 fixed it

Looks like it was fixed in e0bdb13 . Please reopen if not

Many thanks for the bug repprt!