mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: updated grpc for dependencies service
This commit is contained in:
@@ -54,7 +54,7 @@ func (svc *MasterServiceV2) Init() (err error) {
|
||||
|
||||
func (svc *MasterServiceV2) Start() {
|
||||
// create indexes
|
||||
common.CreateIndexes()
|
||||
common.CreateIndexesV2()
|
||||
|
||||
// start grpc server
|
||||
if err := svc.server.Start(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user