feat: add task completion

This commit is contained in:
sujit
2024-10-30 12:57:49 +05:45
parent fb05a97860
commit f5bd30b801
2 changed files with 5 additions and 1 deletions

View File

@@ -483,3 +483,7 @@ func (b *Broker) backoffRetry(queue *Queue, task *QueuedTask, delay time.Duratio
}
return delay
}
func (b *Broker) URL() string {
return b.opts.brokerAddr
}