Update comment now that restarter is abstracted
This commit is contained in:
parent
9f5f71398c
commit
ecebc06343
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ class EphemeralBuilderManager(BaseManager):
|
||||||
except etcd.EtcdEventIndexCleared:
|
except etcd.EtcdEventIndexCleared:
|
||||||
# This happens if etcd2 has moved forward too fast for us to start watching
|
# This happens if etcd2 has moved forward too fast for us to start watching
|
||||||
# at the index we retrieved. We therefore start a new watch at HEAD and
|
# at the index we retrieved. We therefore start a new watch at HEAD and
|
||||||
# call the method to read the key and load ALL realms to handle any we might
|
# (if specified) call the restarter method which should conduct a read and
|
||||||
# have missed.
|
# reset the state of the manager.
|
||||||
# TODO: Remove this hack once Etcd is fixed.
|
# TODO: Remove this hack once Etcd is fixed.
|
||||||
logger.exception('Etcd moved forward too quickly. Restarting watch cycle.')
|
logger.exception('Etcd moved forward too quickly. Restarting watch cycle.')
|
||||||
new_index = None
|
new_index = None
|
||||||
|
|
Reference in a new issue