Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,544 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have the webhook sending a post to a simple server that runs some sql queries. The server and the script are running fine but the webhook still comments: "Sorry, there was a problem encountered with your request". I believe this is because the queries are taking too long and it's timing out. Is there a way to return an OK response despite the queries taking an hour or so.