Set nextVisibleTime in Azure Webjobs SDK
问题 I'm using Azure Webjobs to process messages from a queue. I saw that the Webjobs SDK processes any failed message again after 10 minutes, and it if fails 5 times it moves it to the poison queue (1). Also I can see the nextVisibleTime of the message in the queue, that is 10 minutes after the insertionTime (2). I want to use the AzureSDK error handling of the messages but I cannot wait 10 minutes for the message to be processed again. Is there any way I can set this nextVisibleTime to a few