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

Update rushti.py #62

Closed grandryjn closed 1 year ago

grandryjn commented 1 year ago

Running RushTI with python 3.11.4 was raising an alert. rushti.py:627: DeprecationWarning: There is no current event loop event_loop = asyncio.get_event_loop()

As found here, this occur in python 3.11 and require an update.

Tested locally and this works fine.

MariusWirtz commented 1 year ago

Good catch! Thank you @grandryjn