8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Description: it appears that caching in actions/setup-python can also hit the infinite hang described in actions/cache#810
we have SEGMENT_DOWNLOAD_TIMEOUT_MIN set to 3 but have experienced an infinite hang in actions/setup-python (presumably @actions/cache just needs to be upgraded here as well?) -- https://github.com/getsentry/sentry/actions/runs/3039230176/jobs/4893922604
SEGMENT_DOWNLOAD_TIMEOUT_MIN
@actions/cache
Action version: Specify the action version
Platform:
Runner type:
Tools version: 3.8.14
Repro steps: A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
https://github.com/getsentry/sentry/actions/runs/3039230176/jobs/4893922604
Expected behavior: A description of what you expected to happen.
to respect the timeout environment variable
Actual behavior: A description of what is actually happening.
infinite hang
The text was updated successfully, but these errors were encountered:
ref: upgrade actions/setup-python to a version which times out cache (#…
d53c1e0
…38741) actions/setup-python#498 actions/setup-python#499 https://getsentry.atlassian.net/browse/DEVINFRA-88
Successfully merging a pull request may close this issue.
Description:
it appears that caching in actions/setup-python can also hit the infinite hang described in actions/cache#810
we have
SEGMENT_DOWNLOAD_TIMEOUT_MIN
set to 3 but have experienced an infinite hang in actions/setup-python (presumably@actions/cache
just needs to be upgraded here as well?) -- https://github.com/getsentry/sentry/actions/runs/3039230176/jobs/4893922604Action version:
Specify the action version
Platform:
Runner type:
Tools version:
3.8.14
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
https://github.com/getsentry/sentry/actions/runs/3039230176/jobs/4893922604
Expected behavior:
A description of what you expected to happen.
to respect the timeout environment variable
Actual behavior:
A description of what is actually happening.
infinite hang
The text was updated successfully, but these errors were encountered: