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
emqx-web-hook/src/emqx_web_hook.erl
Line 289 in 45b4a55
This sleep() runs before another request attempt is sent. Will this sleep() block the entire broker, or the webhook plugin runs in a separate thread?
The text was updated successfully, but these errors were encountered:
Nope. It does not block the entire broker. These lines running in each connection process.
Don't worry about that :-)
Sorry, something went wrong.
Each connection has a whole process for it?
Yes. it is
HJianBo
No branches or pull requests
emqx-web-hook/src/emqx_web_hook.erl
Line 289 in 45b4a55
This sleep() runs before another request attempt is sent. Will this sleep() block the entire broker, or the webhook plugin runs in a separate thread?
The text was updated successfully, but these errors were encountered: