Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivanov committed Mar 13, 2024
1 parent 95fdd12 commit e041615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ func (processor *BackgroundProcessor) RunAsyncOrmConsumer() {
if asyncConsumer.Digest(appService.GlobalContext) {
log.Println("orm background consumer exited successfully")

break
time.Sleep(time.Second * 30)
continue

Check failure on line 225 in script.go

View workflow job for this annotation

GitHub Actions / Quality & Security checks

continue with no blank line before (nlreturn)

Check failure on line 225 in script.go

View workflow job for this annotation

GitHub Actions / Quality & Security checks

continue with no blank line before (nlreturn)
}

log.Println("orm background consumer can not obtain lock, sleeping for 30 seconds")
Expand Down

0 comments on commit e041615

Please sign in to comment.