Skip to content

Commit

Permalink
Merge pull request #53 from webitel/v24.02
Browse files Browse the repository at this point in the history
[dialer] default pre schema confirm
  • Loading branch information
navrotskyj authored Mar 26, 2024
2 parents f2b562b + 95a7de6 commit bb09f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queue/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ func (qm *QueueManager) DoDistributeSchema(queue *BaseQueue, att *Attempt) bool
confirm = true
default:
// TODO
confirm = true
att.Log("warn: bad pre-schema, set default confirm attempt")
}

if res.Variables != nil {
Expand Down

0 comments on commit bb09f85

Please sign in to comment.