issues
search
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
issue/9
#12
Closed
MariusWirtz
closed
5 years ago
MariusWirtz
commented
5 years ago
Exit script with return_code 0 or 1, depending on whether all processes suceeded or not. Fixes #9
Use of
execute_process_with_return
function instead of
execute_process
function. Requires TM1 >= 11.3 IF 1
Enhance logging and messaging. Make all messages consistent
execute_process_with_return
function instead ofexecute_process
function. Requires TM1 >= 11.3 IF 1