Files
paymog__slack-cli/pkg
Francis J. Lacoste 68afbcc541 fix: add rate limiting and retry to SearchContext
SearchContext was the only Slack API call in conversations.go without
rate limiting or retry logic. Under concurrent load (e.g. parallel
searches across multiple workspaces), this caused immediate failures
when hitting Slack's Tier 2 rate limits.

Wrap the call with limiter.CallWithRetry using a Tier2 rate limiter,
matching the established pattern used by GetConversationHistoryContext
and GetConversationInfoContext in the same file.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 20:59:56 -04:00
..
2026-01-31 13:21:45 +01:00
2025-07-24 14:49:58 +02:00