generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 116
[Feature request] timeout, retry_attempts option for asset upload stucked #61
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
Comments
Thanks for the action, it's just what I wanted. Unfortunately, when i tried to use it to on pydantic I got what appears to be a network error, see this build. Here's the log message:
I'm not sure if this is the same error? And whether or not it's fixable? |
samuelcolvin
added a commit
to pydantic/pydantic
that referenced
this issue
Dec 29, 2021
Remove failing "upload pypi files to release" step from deploy job, see svenstaro/upload-release-action#61
squarebridges
pushed a commit
to nicejobinc/pydantic
that referenced
this issue
Jun 24, 2022
Remove failing "upload pypi files to release" step from deploy job, see svenstaro/upload-release-action#61
We now have retrying. Does this solve your problem? |
tomasz-kaminski-jir
added a commit
to tomasz-kaminski-jir/pyd_analyze
that referenced
this issue
Mar 23, 2025
Remove failing "upload pypi files to release" step from deploy job, see svenstaro/upload-release-action#61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There are some chance to stuck on upload assets.
In this workflow: https://github.com/KusakabeSi/EtherGuard-VPN/actions/runs/1627226628
Attempt #1

If this is not a public repo, it will consume all my running times.
It success in Attempt #2
Feature requests:
The compile times consumes 30 minutes, re-run all workflow is not economical.
I need
timeout
andretry_attempt_times
option.The text was updated successfully, but these errors were encountered: