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

Adapters report readiness too early #244

Closed
antoineco opened this issue Dec 28, 2020 · 0 comments · Fixed by #245
Closed

Adapters report readiness too early #244

antoineco opened this issue Dec 28, 2020 · 0 comments · Fixed by #245
Assignees

Comments

@antoineco
Copy link
Contributor

Because adapters deployed as a Deployment object do not define any readiness probe, they are sometimes considered "Ready" too early, ignoring possible delays, or even failures, while doing the initial API call to AWS. For those event sources, we should consistently define a startupProbe that only succeeds once the agent has successfully sent a first API call to AWS.

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

Successfully merging a pull request may close this issue.

1 participant