cubewise-code / rushti

Smooth parallelization of TI Processes with TM1py
https://code.cubewise.com/tm1py-help-content/run-processes-in-parallel-using-only-connection
MIT License
9 stars 13 forks source link

setup_tm1_services function results in error when an instance in config file is not running #42

Closed macmaj closed 3 years ago

macmaj commented 3 years ago

I had an issue with RushTI where it didn't finish when one of the TM1 instances listed in config.ini file was not running. As a result the script run for ~ 30 mins and then cancelled itself. I would propose to A) limit setup_tm1_services function to only check the instances that will be accessed with RushTI B) check how if script properly handles not running instances

MariusWirtz commented 3 years ago

Please verify if #43 fixes this issue

macmaj commented 3 years ago

@MariusWirtz Sorry for late reply, I also checked the issue on my side and it's working.