mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-19 14:49:10 -06:00
fix: concurrency issues and a few small improvements (#1324)
This commit is contained in:
@@ -608,7 +608,7 @@ func (t *MessageQueueImpl) subscribe(
|
||||
t.l.Debug().Msgf("(session: %d) got msg", sessionCount)
|
||||
|
||||
if err := preAck(msg); err != nil {
|
||||
t.l.Error().Msgf("error in pre-ack: %v", err)
|
||||
t.l.Error().Msgf("error in pre-ack on msg %s: %v", msg.ID, err)
|
||||
|
||||
// nack the message
|
||||
if err := rabbitMsg.Reject(false); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user