Skip to content

Commit

Permalink
Merge pull request #1428 from memphisdev/RND-110-scaling-in-out-funct…
Browse files Browse the repository at this point in the history
…ion-consumers

RND-110-scaling-in-out-function-consumers
  • Loading branch information
daniel-davidd authored Nov 20, 2023
2 parents 1746192 + 068441f commit 4392fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/background_tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ func (s *Server) StartBackgroundTasks() error {
go s.CheckBrokenConnectedIntegrations()
go s.ReleaseStuckLocks()
go s.ConsumeFunctionTasks()
go s.ScaleFunctionWorkers()
return nil
}

Expand Down
4 changes: 4 additions & 0 deletions server/memphis_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -2400,3 +2400,7 @@ func (pmh PoisonMessagesHandler) GetDlsMsgsByStationLight(station models.Station
}
return poisonMessages, schemaMessages, functionsMessages, totalDlsAmount, nil
}

func (s *Server) ScaleFunctionWorkers() {
return
}

0 comments on commit 4392fe0

Please sign in to comment.