We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as the title suggests, python requirements aren't being cached due to updated last modification time.
serverless-python-requirements can cache python requirements with lambda layer. but in some cases, it can't.
I've investigated this issue for several days:
this issue is mentioned before though, the problem is still exist.
In code, I think below snippet should fix this issue, but it couldn't its job.
serverless-python-requirements/lib/zipTree.js
Lines 74 to 75 in ebd12cb
and I also found that it seems below snippet broke caching
serverless-python-requirements/lib/pip.js
Lines 664 to 665 in ebd12cb
I don't know what the FIFO cache is in this context... but after I comment these lines out, the cache works like a charm.
please any comment on this. thanks
The text was updated successfully, but these errors were encountered:
nevermind. I was using 5.1.1 and I updated to 5.4.0 and the issue is gone. sorry for inappropriate issue.
Sorry, something went wrong.
No branches or pull requests
as the title suggests, python requirements aren't being cached due to updated last modification time.
serverless-python-requirements can cache python requirements with lambda layer.
but in some cases, it can't.
I've investigated this issue for several days:
this issue is mentioned before though, the problem is still exist.
In code, I think below snippet should fix this issue, but it couldn't its job.
serverless-python-requirements/lib/zipTree.js
Lines 74 to 75 in ebd12cb
and I also found that it seems below snippet broke caching
serverless-python-requirements/lib/pip.js
Lines 664 to 665 in ebd12cb
I don't know what the FIFO cache is in this context... but after I comment these lines out, the cache works like a charm.
please any comment on this. thanks
The text was updated successfully, but these errors were encountered: