Hello,
I am using Render for my research project, which hosts a Flask application that interacts with a server to generate graphs. The application has been working correctly for the past 3 months. However, starting from March 13, 2025, it began experiencing issues:
[2025-03-14 16:53:47 +0000] [93] [CRITICAL] WORKER TIMEOUT (pid:104)
[2025-03-14 16:53:47 +0000] [104] [ERROR] Error handling request
[2025-03-14 16:53:47 +0000] [104] [INFO] Worker exiting (pid: 104)
[2025-03-14 16:53:48 +0000] [93] [ERROR] Worker (pid:104) was sent SIGKILL! Perhaps out of memory?
The process seems to exceed the timeout and ends with a SIGKILL, suggesting there could be a memory issue.
Has anyone experienced this problem or knows how to fix it?
Thank you for your help.