Kishan B
Kishan B
The 4th point of `copying runtime dependencies` is exactly a `pip install --target`. I guess "installing" would have been a better word than "copying".. will update the above
@zanieb In my mind it was an alternative uv build output format
@williamrjribeiro The script i am using is basically the same as the in the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/dg/python-package.html#python-package-create-dependencies). Can you let know the issue you are facing?
### My opinion > 1. When the service should fetch the new repos from github ? When you perform a `docker run` i.e. during startup, > 2. What's your view...
Github API Rate limits must also be gracefully handled ```bash Error: patterns.0 redacted-org/redacted-repo - Compare commits error: HttpError: API rate limit exceeded for user. ```
> 2. The url pointed by the error message should point to this library and not the golang version of the same Have fixed the above expected behavior in PR...
Done @mgyucht Thanks for the callout
Given the PR is merged, @peczenyj i think you can now close this issue.
@dhh I am facing this same issue while deploying a wordpress site with `proxy: false` ## Logs of `kamal deploy` If you notice below the proxy looks alive and it...
@BarnabeD But the problem is they have removed the health check from the global config in kamal 2 and made it to be part of "proxy". When we set the...