[#70] cmd/neofs-node: Start asynchronous workers on app launch

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-10-03 12:57:02 +03:00 committed by Alex Vanin
parent 2b16edebc9
commit 9a604a50b9
3 changed files with 23 additions and 0 deletions

View file

@ -44,6 +44,7 @@ func bootUp(c *cfg) {
serveProfiler(c)
serveGRPC(c)
bootstrapNode(c)
startWorkers(c)
}
func wait(c *cfg) {