HI, I have a long running task(selenium login to website and collect data) which takes more than 10 sec.
The rasa shell raises the error: asyncio - Task exception was never retrieved
You can replicate the error by simply time.sleep(10) before return. What should I do in order to have long running task in custom action?