You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Every fleet daemon will attempt to acquire a lock in etcd every 2s. If a given daemon can acquire this lock, it will run through a single engine reconciliation loop. This has two flaws:
the role can move from machine to machine, making it difficult to debug
the cluster can effectively reconcile constantly
We should basically treat the engine role as a lease. The lease should last much longer than 2s (maybe 30s), and the engine should simply renew it.
The text was updated successfully, but these errors were encountered:
Every fleet daemon will attempt to acquire a lock in etcd every 2s. If a given daemon can acquire this lock, it will run through a single engine reconciliation loop. This has two flaws:
We should basically treat the engine role as a lease. The lease should last much longer than 2s (maybe 30s), and the engine should simply renew it.
The text was updated successfully, but these errors were encountered: