I see that threads are not allowed in the web application but they are allowed in the scheduled task.
In that case, I created a scheduled task and made it to listen on port 12345 using sockets using rpyc as shown on this page... https://stackoverflow.com/questions/19608781/how-to-interact-with-running-python-script
However, scheduled task is not listening on that port and im getting connection refused error. While this is working all well on my local machine.
Help please!