Skip to content

#732 Add an easier way to access Events API retry info#1385

Closed
siddik7181 wants to merge 1 commit into
slackapi:mainfrom
siddik7181:issue-732-event-retries
Closed

#732 Add an easier way to access Events API retry info#1385
siddik7181 wants to merge 1 commit into
slackapi:mainfrom
siddik7181:issue-732-event-retries

Conversation

@siddik7181
Copy link
Copy Markdown

This PR adds an easier way to access Events API retry information within Bolt for Python apps by mirroring slackapi/java-slack-sdk#677
Addresses issue #732

Testing

Category

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in slack_bolt.adapter
  • Document pages under /docs
  • Others

Requirements

Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run ./scripts/install_all_and_run_tests.sh after making the changes.

@WilliamBergamin
Copy link
Copy Markdown
Contributor

Thank you for your interest in our project and time spent contributing to it 🙏

I'm closing this PR since #1498 resolved #1484, for the time being we recommend using req.headers.get("x-slack-retry-num") and req.headers.get("x-slack-retry-reason") to access these properties

I will keep #732 open to keep track of users that absolutely want to access these values through the context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants