ruphin / mech

An open container orchestration framework
MIT License
2 stars 0 forks source link

uptime-manager/uptime.rb unused watcher thread and IO object #4

Closed FooBarWidget closed 9 years ago

FooBarWidget commented 9 years ago

uptime-manager/uptime.rb watches the '/cluster/members' key. However, the thread and IO object returned by ETCD.watch do not appear to be used. Is this intentional?

ruphin commented 9 years ago

The uptime manager is not used at the moment, the code is probably unfinished.