You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem you're trying to solve?.
When I use the PythonFunction CDK construct, I'm experiencing very slow image build times. See example below. The slow step is the "sending tarball" part which takes ~60 seconds (per function) on every deploy. I'm not 100% sure this is a finch issue, but it seems like it might be related based on #412.
Describe the feature you'd like
I'd like the whole image build step to be cached, but if that cannot be done then for the "sending tarball" step to be faster.
Additional context
Finch Version: finch version v1.1.2
finch.yml:
@bestickley We have merged a pr upstream for this that would avoid creating tarballs.
Once it is in stable release for nerdctl we would update finch to avoid creating tarballs
What is the problem you're trying to solve?.
When I use the PythonFunction CDK construct, I'm experiencing very slow image build times. See example below. The slow step is the "sending tarball" part which takes ~60 seconds (per function) on every deploy. I'm not 100% sure this is a finch issue, but it seems like it might be related based on #412.
Describe the feature you'd like
I'd like the whole image build step to be cached, but if that cannot be done then for the "sending tarball" step to be faster.
Additional context
Finch Version: finch version v1.1.2
finch.yml:
The text was updated successfully, but these errors were encountered: