Hello, I’m trying to deploy a lifecycle job service. According to the logs it completes in about 3 minutes and 20 seconds: from 16:03:02 “Qovery Engine starts to execute the deployment” in the Deployment Logs until 16:06:24 “The seed command has been executed” in the service logs.
However, we see the message “❌ job failed to be executed in the given 5.00 minutes due to ``.
”
The command has worked previously and, to my knowledge, I don’t believe we changed any config which could have caused it to stop working like this.
The liveness and readiness probes are set to NONE.
Is something maybe going wrong so the deployment system does not recognise that the command has completed running?
The job runs a docker container based on node:16-bullseye
It uses /bin/sh as the entry point in the Dockerfile, and passes [“-c”,“yarn name-of-npm-script”] as arguments from the Qovery UI Configure Job settings.