Skip to content
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

The TTL in the architecture diagram is not in the code #26

Open
scytacki opened this issue Feb 20, 2019 · 0 comments
Open

The TTL in the architecture diagram is not in the code #26

scytacki opened this issue Feb 20, 2019 · 0 comments

Comments

@scytacki
Copy link

The architecture diagram shows the lambda code doing a TTL check. It doesn't seem to be doing that anymore.

I'd guess the TTL isn't necessary because the Lifecycle hook has a HeartbeatTimeout of 900. And from what I can tell the lambda function never sends a heartbeat. It only sends a completion message. So after 900 seconds the autoscaller will terminate the instance. And then the lambda function will see the instance doesn't exist anymore and it will stop repeating.

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

1 participant