azure - How to handle long running jobs that are posted to a service bus with only 5min peek lock -
what people tend when have design put jobs on service queue or topic takes longer 5min max of peeklock?
i have been using onmessage(...) async messagepump of service bus , wondering if thats not such idea after since if start moving jobs table while processing them, messagepump empty queue , have problem elsewhere of making sure jobs scheduled between servers.
if have long running message processing workflow can check lockeduntilutc property of message , call renewlock @ appropriate time.
in next release of sdk onmessage processing loop automatically convenience api idea use.
Comments
Post a Comment