getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
36.96k stars 3.97k forks source link

Leveraging Slack notification buttons results in the action happening multiple times #69252

Open ykamo001 opened 1 week ago

ykamo001 commented 1 week ago

Currently when a button on a slack notification is clicked, like Resolve or Archive, the action ends up happening multiple times in the backend architecture somehow. The action should only happen once, and we should not be duplicating the action. Moreover, if the action is idempotent, it should result in a no-op situation. This flow needs to be fixed so that we are not replaying the activity multiple times.