parent
088d500e0e
commit
17db100db5
5 changed files with 7 additions and 10 deletions
|
|
@ -283,7 +283,8 @@ def send_queued_msgs(cbtype, *args, **kws):
|
|||
for msg in msgs:
|
||||
log.debug('test mode: skipped msg: %r', msg)
|
||||
return
|
||||
for url in sorted(urls, key=lambda k: random.random()):
|
||||
random.shuffle(urls)
|
||||
for url in urls:
|
||||
container = Container(TimeoutHandler(url, msgs, CONFIG))
|
||||
container.run()
|
||||
if msgs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue