Skip to content
New issue

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

配额补偿机制异常 #429

Open
5 tasks done
an9xyz opened this issue Dec 6, 2024 · 1 comment
Open
5 tasks done

配额补偿机制异常 #429

an9xyz opened this issue Dec 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@an9xyz
Copy link

an9xyz commented Dec 6, 2024

例行检查

  • 我已确认目前没有类似 issue
  • 我已确认我已升级到最新版本
  • 我已完整查看过项目 README,尤其是常见问题部分
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

问题描述
异步任务 - 虽然有扣费日志,但是扣费感觉并没有消费成功
1.扣费前用户额度 1300000
2.调用异步任务成功时 -200*1000
3.异步任务执行失败补偿 +200*1000
4.最终用户额度 1500000

数据库token:
remain_quota = 1500000, user_quota = -200000

复现步骤

预期结果

相关截图
如果没有的话,请删除此节。

@an9xyz an9xyz added the bug Something isn't working label Dec 6, 2024
@MartialBE
Copy link
Owner

试试新代码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants