Skip to content

[codex] Clarify Slack skill 429 retry sequence#261

Draft
ssetty-oai wants to merge 1 commit into
mainfrom
dev/ssetty/slack-rate-limit-cap-retries
Draft

[codex] Clarify Slack skill 429 retry sequence#261
ssetty-oai wants to merge 1 commit into
mainfrom
dev/ssetty/slack-rate-limit-cap-retries

Conversation

@ssetty-oai

@ssetty-oai ssetty-oai commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Replace the open-ended exponential backoff wording with a bounded same-bucket retry sequence.
  • Make the fallback timing explicit: about 30 seconds after the first 429, about 1 minute after the next same-bucket 429, and about 2 minutes after the next same-bucket 429.

Why

Slack tool quotas are per-minute by bucket, so the skill should give agents concrete, bounded retry guidance while still respecting Retry-After when present.

Validation

  • Ran git diff --check.
  • Markdown-only skill update; no automated test suite run.
@ssetty-oai ssetty-oai force-pushed the dev/ssetty/slack-rate-limit-cap-retries branch from 99d0498 to 645de2c Compare May 21, 2026 04:08
@ssetty-oai ssetty-oai changed the title [codex] Cap Slack skill rate limit retries May 21, 2026
@ssetty-oai ssetty-oai force-pushed the dev/ssetty/slack-rate-limit-cap-retries branch from 645de2c to ea36805 Compare May 21, 2026 04:16
@ssetty-oai ssetty-oai changed the title [codex] Remove Slack skill exponential backoff wording May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant