Replies: 1 comment 1 reply
-
Have you considered using RushTI? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe what did you try to do with TM1py
I have a big number of processes to run on a TM1 instance. I want to launch these processes asynchronously to execute them in parallel.
Describe what's not working the way you expect
In TurboIntegrator I would use RunProcess rather than ExecuteProcess. In tm1py it seems it is the same method processes.execute_with_return, but passing parameter "return_async_id=True". Unfortunately, the processes keep running one after the other. Any idea??
Version
Additional context
Code chunk:
Beta Was this translation helpful? Give feedback.
All reactions