-
Notifications
You must be signed in to change notification settings - Fork 528
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
caches grow unbounded #447
Comments
Hello @schmidtw |
Hello @schmidtw |
Hi @schmidtw, just a gentle reminder about the details we asked for earlier. Thanks! |
1 similar comment
Hi @schmidtw, just a gentle reminder about the details we asked for earlier. Thanks! |
Hello @schmidtw, |
See #478 |
Description:
In a Github Enterprise account the caches are growing in an unbounded manor. I don't see this problem on open source Github accounts.
Action version:
actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
Platform:
Runner type:
Tools version:
1.21.5
Repro steps:
We run a workflow with the following configuration:
This results in several hundred MB of cached objects to be created with unique names and never cleaned up.
Expected behavior:
Only a few cached objects will be created and used, alternatively allow cached objects to be better configured since we have to pay for the storage.
Actual behavior:
Each time we setup-go in a build (which can be 3-4 different jobs) creates duplicate caches that appear to never be reused or cleaned up when in an enterprise context.
The text was updated successfully, but these errors were encountered: