Closed pcm32 closed 7 years ago
Pablo, try and see if the properties
bioblend.galaxy.GalaxyInstance.max_get_attempts
and bioblend.galaxy.GalaxyInstance.get_retry_delay
have the effect you're looking for.
http://bioblend.readthedocs.io/en/latest/_modules/bioblend/galaxy.html?highlight=max_get_attempts
See PR #41
I'm using wft4galaxy to stress test some instances, however, when sending too many test requests (20) I start to get some errors due to timeouts. It would be nice if this timeout/number of attempts to connect could be configurable through some flag, if at all possible. Error looks like this:
Thanks!