File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import errno
11
11
import socket
12
12
from datetime import datetime , timedelta
13
13
from os .path import join , abspath , dirname
14
- from time import sleep , ctime
14
+ from time import ctime
15
15
from multiprocessing import active_children
16
16
17
17
import click
@@ -413,11 +413,6 @@ def start(port, master):
413
413
s .register_commands ()
414
414
except ValueError as e :
415
415
print (e )
416
- # sleep is required as we don't want to saturate workers with
417
- # lots of requests
418
- sleep (1 )
419
- # sleep to make sure that all definitions are done
420
- sleep (4 )
421
416
422
417
print ('Definition artifacts registration complete' )
423
418
@@ -427,9 +422,6 @@ def start(port, master):
427
422
s .register_commands ()
428
423
except ValueError as e :
429
424
print (e )
430
- # sleep is required as we don't want to saturate workers with
431
- # lots of requests
432
- sleep (1 )
433
425
434
426
print ('Command artifacts registration complete' )
435
427
You can’t perform that action at this time.
0 commit comments