Skip to content

Commit 47d54df

Browse files
committed
active_children test
1 parent 4d95a80 commit 47d54df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/qiita

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from os.path import join, abspath, dirname, basename
1616
from future.utils import viewitems
1717
from glob import glob
1818
from time import sleep
19-
from multiprocessing import active_children
19+
# from multiprocessing import active_children
2020

2121
import click
2222
import tornado.httpserver
@@ -464,7 +464,7 @@ def start(port, master):
464464
# Set a PeriodicCallback for cleaning up the threads every 10 seconds
465465
# To understand why this is working as expected, check the multiprocessing
466466
# documentation https://docs.python.org/2/library/multiprocessing.html
467-
PeriodicCallback(lambda: active_children(), 10000).start()
467+
# PeriodicCallback(lambda: active_children(), 10000).start()
468468

469469
ioloop.start()
470470

0 commit comments

Comments
 (0)