jabber_mirror: Use timeout_success_equivalent in front-end script
(imported from commit 6ca8ec5a2c31d20e4e437804c65650c5a98c69f9)
This commit is contained in:
parent
4e02777aaa
commit
d12490b3e5
|
@ -37,7 +37,7 @@ signal.signal(signal.SIGINT, die)
|
||||||
args = [os.path.join(os.path.dirname(sys.argv[0]), "jabber_mirror_backend.py")]
|
args = [os.path.join(os.path.dirname(sys.argv[0]), "jabber_mirror_backend.py")]
|
||||||
args.extend(sys.argv[1:])
|
args.extend(sys.argv[1:])
|
||||||
|
|
||||||
backoff = RandomExponentialBackoff()
|
backoff = RandomExponentialBackoff(timeout_success_equivalent=300)
|
||||||
while backoff.keep_going():
|
while backoff.keep_going():
|
||||||
print "Starting Jabber mirroring bot"
|
print "Starting Jabber mirroring bot"
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue