Skip to content

Dev mode: Setting up temporary credentials can hang #14

New issue

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

Open
austencollins opened this issue Mar 11, 2025 · 1 comment
Open

Dev mode: Setting up temporary credentials can hang #14

austencollins opened this issue Mar 11, 2025 · 1 comment
Assignees

Comments

@austencollins
Copy link
Member

This seems to happen immediately after provisioning the AWS IAM Role for the first time. However, it seems like our retry logic is not good enough, since it will hang in this state for 8 minutes–but after simply canceling dev mode and restarting it, this takes 200ms.

@Mmarzex
Copy link

Mmarzex commented Mar 11, 2025

This is most likely a case of the exponential backoff/retry getting very long while waiting for the role to become available. We can probably change just the IAM client to check more frequently so it doesn't happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants