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

Handle slack rate limit for does_user_exist #4597

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Conversation

jschroth
Copy link
Contributor

@jschroth jschroth commented Apr 8, 2024

Update does_user_exist in slack/service.py to use the get_user_info_by_email and make_call functions. If the USER_NOT_FOUND error occurs from make_call it is expected to be raised again and handled in does_user_exist

Update `does_user_exist` in slack/service.py to use the `get_user_info_by_email` and `make_call` functions. If the USER_NOT_FOUND error occurs from `make_call` it is expected to be raised again and handled in `does_user_exist`
@jschroth jschroth added the bug Something isn't working label Apr 8, 2024
@jschroth jschroth requested review from whitdog47 and wssheldon April 8, 2024 22:30
return data to the ether

Co-authored-by: David Whittaker <[email protected]>
@jschroth jschroth merged commit 89615cf into master Apr 8, 2024
8 checks passed
@jschroth jschroth deleted the bugfix/disdev217 branch April 8, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants