[med-svn] [Git][med-team/biomaj3-process][upstream] New upstream version 3.0.16
Andreas Tille
gitlab at salsa.debian.org
Sun Jan 17 08:44:56 GMT 2021
Andreas Tille pushed to branch upstream at Debian Med / biomaj3-process
Commits:
a57ec6e0 by Andreas Tille at 2021-01-17T09:42:29+01:00
New upstream version 3.0.16
- - - - -
3 changed files:
- CHANGES.txt
- biomaj_process/process_client.py
- setup.py
Changes:
=====================================
CHANGES.txt
=====================================
@@ -1,3 +1,5 @@
+3.0.16:
+ In case of proxy comm failure, sleep a few seconds before retry
3.0.15:
Add proc name in logs for waiting and result
3.0.14:
=====================================
biomaj_process/process_client.py
=====================================
@@ -46,6 +46,7 @@ class ProcessServiceClient(object):
return result['session']
except Exception:
logging.exception('Failed to send create operation: %s' % (url))
+ time.sleep(5)
raise Exception('Failed to connect to the process proxy')
def execute_process(self, biomaj_process):
@@ -103,4 +104,5 @@ class ProcessServiceClient(object):
return
except Exception:
logging.exception('Failed to send clean operation: %s' % (url))
+ time.sleep(5)
logging.error('Process:RemoteProcess:Session:Clean:Error:' + self.bank + '/' + self.session)
=====================================
setup.py
=====================================
@@ -21,7 +21,7 @@ config = {
'url': 'http://biomaj.genouest.org',
'download_url': 'http://biomaj.genouest.org',
'author_email': 'olivier.sallou at irisa.fr',
- 'version': '3.0.15',
+ 'version': '3.0.16',
'classifiers': [
# How mature is this project? Common values are
# 3 - Alpha
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/commit/a57ec6e0dbe5f39e7102ee6705d661db04166431
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/commit/a57ec6e0dbe5f39e7102ee6705d661db04166431
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210117/eaff664b/attachment-0001.html>
More information about the debian-med-commit
mailing list