-
Notifications
You must be signed in to change notification settings - Fork 15
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
Timeout when uploading a large file. #58
Comments
We have identified this as a backend issue when uploading a version to a project with a lot of followers. Thanks for reporting, this will soon be fixed. |
This is still affecting regular publish workflows in GitHub, and I have to manually remediate. Any update on this issue? |
I've just had pretty much three back-to-back timeouts when releasing new version. Unsure if you can see the run job: https://github.com/axieum/minecord/actions/runs/8137955859/job/22237612826 |
Any update on this, automated publishes to Modrinth are still very unstable. |
Describe the bug
If I upload a new version of my mod AmbientSounds (the file is usually around 80MB large) I get an exception:
The file is still uploaded, but the task is stopped and the uploaded file stays locked.
Steps to reproduce
No response
Expected behavior
Wait till the file is uploaded and unlocks it for further use.
Does not stop the entire task.
Additional context
Gradle file can be found here: https://github.com/CreativeMD/AmbientSounds/blob/1.20/build.gradle
The text was updated successfully, but these errors were encountered: