I have an app that when i press a button, it pulls data from pg admin (which is connected to google postgresql cloud server). The app works offline.
I have deploy the app successfully, but when i press the button, it gives me this error:
[2023-11-29 22:44:13 +0000] [49] [CRITICAL] WORKER TIMEOUT (pid:62)
Nov 29 02:44:15 PM[2023-11-29 22:44:15 +0000] [49] [ERROR] Worker (pid:62) was sent SIGKILL! Perhaps out of memory?
Nov 29 02:44:15 PM[2023-11-29 22:44:15 +0000] [63] [INFO] Booting worker with pid: 63
can anyone explain what this means?