Hi, I’m building an AI app using flask. My backend takes sometime to process the request, as it is internally calling OpenAI APIs. However, after 45-60seconds, I’m getting this error everytime:
[ERROR] Worker (pid:67) was sent SIGKILL! Perhaps out of memory?
[INFO] Booting worker with pid: 79
I’m currently on the free plan, to test this application. Please let me know how to resolve this issue.