1 Open Issue Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to prevent duplicate event processing in a Slack bot due to the Events API's retry mechanism. This involves implementing a system to identify and ignore duplicate events, potentially using Redis for efficient event tracking and avoiding memory leaks. The preferred solution involves using Redis to track processed events, but a fallback solution of ignoring subsequent events is also considered.

Complexity: 4/5
bug help wanted 難易度: むずかしい

TSGのSlackで動くSlackbotたち

TypeScript