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

Expand functionality of `retry` to not retry when process returns minor error #41

Closed MateuszOszer closed 1 year ago

MateuszOszer commented 3 years ago

HI,

It would be convinient to be able to use the norm to repeat a TI if it failed, but only if it did not actually commit, rather then when it commited with minor errors. I would like to use this functionality, as my TIs randomly need to rerun, but due to the fact that I am using cellincrement I could potentially run into the issue where minor error (change of rule and now You have cell not updatable or something like this) would essentially double the values.

MariusWirtz commented 3 years ago

Thanks, @MateuszOszer. Will look into this!