Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement concurrent request handling #34

Closed
rwblickhan opened this issue Oct 6, 2018 · 1 comment
Closed

Implement concurrent request handling #34

rwblickhan opened this issue Oct 6, 2018 · 1 comment
Labels
theme:feature Request a new feature.

Comments

@rwblickhan
Copy link
Collaborator

The Slack Python SDK may not concurrently handle events. If that's the case, we'll want to make some of our own request handling (e.g. the event handler from #29) concurrent, probably using the asyncio standard library module.

@rwblickhan rwblickhan added the theme:feature Request a new feature. label Oct 6, 2018
@rwblickhan rwblickhan added this to Backlog in Rocket 2 Planning via automation Oct 6, 2018
@rwblickhan
Copy link
Collaborator Author

We deployed with Gunicorn which should handle this.

Rocket 2 Planning automation moved this from Backlog to Done Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:feature Request a new feature.
Projects
Development

No branches or pull requests

1 participant