You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Discord: _check_channel receiving 429 with Retry-After: 3 arms _last_rate_limit to roughly now+3 and does NOT call _handle_message; a following _poll_loop iteration skips that channel while the window is open; a 200 with [] must NOT arm a window.
19
+
- Slack: when _handle_message raises on the first message of a batch, _last_timestamps[channel_id] is NOT advanced.
20
+
21
+
Also correct the changelog wording from at-most-once to at-least-once, and remove unused import time from slack_connector.py.
0 commit comments