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
Sometimes fails in GitHub Actions when Penny is trying to deploy the lambdas.
A retry is usually enough to get things working.
Penny doesn't use any caching in CI so it's just 2 different runs can end up with different results.
Expected behavior
not failures
Actual behavior
Sometimes fails in GitHub Actions when Penny is trying to deploy the lambdas.
A retry is usually enough to get things working.
Penny doesn't use any caching in CI so it's just 2 different runs can end up with different results.
Steps to reproduce
Example CI run: https://github.com/vapor/penny-bot/actions/runs/11441929639/job/31968609354
Failure logs (first try): logs_29885706142.zip
Success logs (second try): logs_29885706142.1.zip
This is what the CI is doing:
If possible, minimal yet complete reproducer code (or URL to code)
No response
What version of this project (
swift-aws-lambda-runtime
) are you using?1.0.0-alpha.3
Swift version
swift:6.0-amazonlinux2
Amazon Linux 2 docker image version
No response
The text was updated successfully, but these errors were encountered: