Hi everyone,
I face a problem when trying to handle with jira webhook. I created a jira webhook via rest API to trigger changes from jira. It trigger the change sucessfully and my app can receive the message every changing on jira project. But after a day of testing (trigger jira webhook event many times and quickly), my app can not get the message sucessfully. From the callback function of my app (function handle message for callback URL of webhook), it raised a exception when i parse the request body (python code).
data = await request.json() => It raise the exception with message:
raise ClientDisconnect()
starlette.requests.ClientDisconnect
I guest the trigger webhoook from jira cloud server meet the limitation but not sure.
Anyone can help the problem?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.