We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this problem occurs frequently lately.
The text was updated successfully, but these errors were encountered:
We have serval issues related to the webhook message lost problem, and most cases were caused by the bot and our HTTP service:
webhook message lost
500
Currently, we always return 200 from our webhook processer, which caused the GitHub will not be able to redeliver the failed messages.
200
To be fixed.
P.S. Please feel free to send an oss text message to our bot, so that you can join our ChatOps room. You can get more information in that room.
oss
Sorry, something went wrong.
well I’m just start to reading source code of this project. maybe the durable queue can be the “bot offline issue” solution?
Yes, that might be another solution for this issue.
I hope you enjoy the reading, and please feel free to let me know if you have questions.
No branches or pull requests
this problem occurs frequently lately.
The text was updated successfully, but these errors were encountered: