Closed boylegu closed 4 years ago
Issue-Label Bot is automatically applying the label question
to this issue, with a confidence of 0.92. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
uh...
try this:
while True:
pass
Oh! I know it's stupid. Maybe should instead of Supervisor
while True:
time.sleep(1)
It seems to be working well
etcd3-py version: 0.1.6 Python version: 3.7.4 Operating System: centos 7
Description
I found that using "Watcher() API" single cpu is achieved 100%. I don't know how to optimize. Such as ‘process of pool’? My code is simple, as follows:
What I Did