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
例行检查
问题描述
目前自动禁用渠道的判断
if strings.Contains(err.Message, "quota") { return true }
用户余额不足时是否也会将渠道禁用,是否会不合理,今天突然收到了上百份user quota is not enough自动禁用渠道邮件通知。这里判断的貌似不只是上游或渠道key余额不足,还包含用户的余额不足。
user quota is not enough
开启redis后,在高并发连续请求下 邮箱通知貌似一直都有bug,会瞬间收到十多二十多份重复的渠道自动禁用通知。不知道其他人是否有同样的情况。
复现步骤
预期结果
相关截图 如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered:
0bb7db0
这里的判断有问题,误判了,已经修复,感谢反馈
Sorry, something went wrong.
v0.6.5-alpha.7
fix: do not detect quota field in error message (close songquanpeng#1276
db92d16
)
No branches or pull requests
例行检查
问题描述
目前自动禁用渠道的判断
用户余额不足时是否也会将渠道禁用,是否会不合理,今天突然收到了上百份
user quota is not enough
自动禁用渠道邮件通知。这里判断的貌似不只是上游或渠道key余额不足,还包含用户的余额不足。开启redis后,在高并发连续请求下 邮箱通知貌似一直都有bug,会瞬间收到十多二十多份重复的渠道自动禁用通知。不知道其他人是否有同样的情况。
复现步骤
预期结果
相关截图
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered: