-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Large File upload causes timeout #1108
Comments
It seems to be a serverside timeout. As I can understand, they implemented an other function after exposing an other way in the Slack backend to upload File. They explained that here: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.19.0 |
Any plans for similar support on slack-go |
Any plans on updating the API? Seeing similar issues |
@flowHater Thanks for your investigation! |
I'm reviewing @sarthak-kothari's PR (#1130) now. |
Released v0.12.0 which includes #1130. |
Oh...sorry. |
@kanata2 |
What I saw, is that there is still pending comments on the MR, so It's not merged and so cannot be released. |
@kanata2 Would it be possible to make UploadFileV2 analogous to UploadFile. The naming of the params struct as well as the expected parameters are different (e.g. UploadFile accepted a slice of channel IDs whereas UploadFileV2 only accepts a single channel as parameter.) |
What happened
I was experimenting different file size uploads to my slack workspace. The client timed out with a file size of about 50MB. The timeout happens after 20secs consistently.
Expected behavior
Send the file
Steps to reproduce
slackClient.UploadFile as well as slackClient.UploadFileContext with 1 minute context timeout, both fail with:
reproducible code
manifest.yaml
Versions
The text was updated successfully, but these errors were encountered: