yuluo-yx opened a new pull request, #2893: URL: https://github.com/apache/rocketmq-dashboard/pull/2893
## What changed\n\n- track individual retry IDs synchronously\n- coordinate bulk and individual retry actions so the same delivery cannot overlap\n- add a deferred-promise regression for duplicate retry events\n\n## Why\n\nReact state alone allowed two retry events to queue the same failed notification before the loading state was committed.\n\n## Verification\n\n- npm test -- --run src/pages/ops/__tests__/NotificationDeliveriesPage.test.tsx\n- Prettier and ESLint on the two changed files\n- scope check: 2 files, 35 changed lines\n\nFixes #2891 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
