Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cached packages are never cleaned up#809

bldcaveman started this conversation inGeneral
Discussion options

I am currently cleaning out GB's of old cached packages on my windows machine.

The files are located here:
C:\Users[ME]\AppData\Local\UnitedIncome\serverless-python-requirements\Cache

Does anyone else have this? Is there a command to clean these up? I'm just deleting them for now because it seems these files are never reused. I don't want a new one of these for every single deploy. That's insane duplication and waste of space.

You must be logged in to vote

Replies: 2 comments

Comment options

I think this turns out to be because we use a custom package and we needed to addinvalidateCaches: true to the custom section

ie:

custom:  wsgi:    app: app.app    packRequirements: false  pythonRequirements:    dockerizePip: non-linux    invalidateCaches: true

and now it does not pile up

You must be logged in to vote
0 replies
Comment options

Unfortunately this option does not refresh the contents so this is not the answer
It does something but the packages within the updated folder are all the same as before.

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
1 participant
@bldcaveman

[8]ページ先頭

©2009-2025 Movatter.jp