Skip to content

Commit

Permalink
fix job runner
Browse files Browse the repository at this point in the history
  • Loading branch information
samgozman committed Dec 8, 2023
1 parent 0e66fa1 commit 43bd1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@ func (a *App) start() {

defer s.Stop()
s.StartAsync()

a.logger.Info("Started fin-thread successfully")
select {}
}
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,4 @@ func main() {
}

app.start()

l.Info("[main] Started fin-thread successfully")
select {}
}

0 comments on commit 43bd1ad

Please sign in to comment.