Hi, we've been experiencing an intermittent issue with our Service Bus since this morning (<g class="gr_ gr_52 gr-alert gr_gramm gr_run_anim gr_inline_cards Style multiReplace" data-gr-id="52" id="52">9AM</g> ET) which is located in EastUS and cannot find a solution. Even the exception seems to vary from time to time, but most of the time the exception message is: "The request has timed out after 60000 milliseconds. The successful completion of the request cannot be determined. Additional queries should be made to determine whether or not the operation has succeeded"
All we do is post a date on the ServiceBus queue from our API (on Azure) to wake up our Windows Service (on our server) that listens to the queue for a new message to start processing. The whole thing has been working perfectly for the past year, but we started having issues this morning and it still isn't working properly.
Sometimes it takes a second to respond, sometimes a few seconds, but most of the time we get a Timeout exception after 60 secs. All we are sending is a short string, it's usually instantaneous.
Thank you,
Math