Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Jun 15, 2024
1 parent b9ddd07 commit 6716217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/abstractions/endpoint/buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func (rb *RequestBuffer) ForwardRequest(ctx echo.Context, payload *types.TaskPay
return nil
case <-done:
return nil
case <-time.After(100 * time.Millisecond):
}
}
}
Expand Down

0 comments on commit 6716217

Please sign in to comment.