Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Update cluster-state-service initial reconciler timeout #198

Open
kylbarnes opened this issue May 15, 2017 · 0 comments
Open

Update cluster-state-service initial reconciler timeout #198

kylbarnes opened this issue May 15, 2017 · 0 comments

Comments

@kylbarnes
Copy link
Contributor

When the cluster-state-service starts up, it first runs a reconciler job to sync the ECS state into Etcd. The timeout for this job is currently set to 60s. Depending upon the amount of data stored in Etcd, the Etcd service might take longer than 60 seconds to start, and the cluster-state-service will exit with a Error starting event stream handler: context deadline exceeded. error. We should update the initial reconciler job to allow for a longer timeout, or switch to using an exponential backoff to wait for the Etcd service to fully start before starting the initial reconciler.

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

No branches or pull requests

1 participant