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

WAIT statement in tasks.txt #6

Closed MariusWirtz closed 5 years ago

MariusWirtz commented 5 years ago

When RushTI finds the WAIT statement in the tasks.txt file, RushTI will not start new tasks until every line before the WAIT line is completed. It can be useful to separate metadata from data updates or export from import loads.

4rtem commented 5 years ago

@MariusWirtz , I want to do this, I will try this weekend :)

MariusWirtz commented 5 years ago

Solved with #7