Can i run non-WSGI python application under Unit?
I want my application to run in background and process some data (from external rest api server), and it needs heeps of time. I don’t need any output to browser at all.
In addition, I need the application to start immediately, without calling through the listner.
What is the best practice to realise such behavior?
Regards, Andrey