Hello, I need some help with deploying async version to Heroku. For now it's running with 'heroku run python *.py' but of course I want it to run automatically. I know that I need to use Flask and I've already tried doing it as in example with no-async version but I just don't understand how it works. Maybe you can explain me better.
Hello, I need some help with deploying async version to Heroku. For now it's running with 'heroku run python *.py' but of course I want it to run automatically. I know that I need to use Flask and I've already tried doing it as in example with no-async version but I just don't understand how it works. Maybe you can explain me better.
This is just a little part of my code but if you manage to help me with deploying to Heroku, I will be able to deploy my full code by myself.