Open Issues Need Help
View All on GitHub Events API の再送仕様により再送されたイベントがbotで重複して処理される 2 months ago
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 難易度: むずかしい