rust-serverless / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
34 stars 8 forks source link

fix(actions): 🐛 ECR rate limiting #31

Closed jerusdp closed 2 years ago

jerusdp commented 2 years ago

Change time nightly action fires as clashes with stable to fix #30.

AWS ECR is rated to ,limited to 1 when no AWS account is signed in. Both the Nightly and Stable actions fire at the same time 0200.

I have changed Nightly to fire at 0400.

@zamazan4ik