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
The sender code should read and respect Discord rate-limit Headers to prevent lost webhooks.
In this file: https://github.com/CFC-Servers/cfc_err_forwarder/blob/main/moon/cfc_err_forwarder/discord_interface.moon It needs to return a function that queues the error for sending, and then start a queue processor that sends the errors as fast as the response headers allow it.
The text was updated successfully, but these errors were encountered:
This is handled in the Lua Rewrite. Will decide if the feature has to wait until then, or if it should be backported sooner.
Sorry, something went wrong.
brandonsturgeon
No branches or pull requests
The sender code should read and respect Discord rate-limit Headers to prevent lost webhooks.
Dev notes
In this file: https://github.com/CFC-Servers/cfc_err_forwarder/blob/main/moon/cfc_err_forwarder/discord_interface.moon
It needs to return a function that queues the error for sending, and then start a queue processor that sends the errors as fast as the response headers allow it.
The text was updated successfully, but these errors were encountered: