I have developed a Django APP in AWS Beanstalk. it works but after the lastest deploy, the process starts correctly but at a certain position in the code, it stops without errors (I have seen in both AWS Beanstalk logs and my app logs) and doesn't go ahead.
is it possible that I should erase or cancel some cache file or something like that?
In addition, the AWS logs immediately after the last execution return:
Script timed out before returning headers: wsgi.py
Thank you in advance