I noticed that if my job hadn’t completed after just over 1 minute, it was being replayed - even though the original job was still running…
I’m using Azure Service Bus
After some googling, I found out about the LockDuration. Default was around 1 minute.
I set this to the max 5 minutes, and my job completes. This job completes, any way-
But my concern is, if I have a job that takes > 5 mins to complete, what can I do?
I saw a SO post, which I think is the root cause of the issue (the message is replayed on the queue)
This suggests RenewLock - but there’s no option for this in config?