Skip to content

Commit 10ec784

Browse files
committed
fix: remove addDummySupervisors from prod
1 parent 1c80ec4 commit 10ec784

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/api.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ func NewApp(redisAddr, gpuType string, log *slog.Logger) *App {
3535
consumerID := fmt.Sprintf("worker_%d", os.Getpid())
3636
supervisor := NewSupervisor(redisAddr, consumerID, gpuType, log)
3737

38-
// Add dummy supervisors for testing
39-
addDummySupervisors(statusRegistry, log)
40-
4138
mux := http.NewServeMux()
4239
a := &App{
4340
redisClient: client,

0 commit comments

Comments
 (0)