The sonarqube deployed on Microsoft ECS will be automatically closed the next day

At present, we use Microsoft ECS to deploy sonarqube 9.6, but we find that sonarqube will automatically shut down the next day, and it needs to be restarted for normal use.
I checked logs and found no error messages.
access.2022-09-27.log (30.9 KB)
ce.2022-09-27.log (3.6 KB)
es.2022-09-27.log (17.1 KB)
nohup.log (2.8 KB)
web.2022-09-27.log (56.8 KB)
sonar.2022-09-27.log (9.0 KB)

Here is the log content. Could you help me look at the problem?
We want to keep the sonarqube server open.

Hey there.

All signs point to SonarQube gracefully stopping.

2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Stopping SonarQube
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Sonarqube has been requested to stop
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Stopping [Compute Engine] process...
2022.09.27 12:01:16 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Compute Engine]: 143
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Process[Compute Engine] is stopped
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Stopping [Web Server] process...
2022.09.27 12:01:16 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [Web Server]: 143
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Stopping [ElasticSearch] process...
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
2022.09.27 12:01:16 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
2022.09.27 12:01:16 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped

So it sounds like ECS is terminating the task (close to Noon, perhaps a coincidence). I would look into what is set around scheduling/orchestration in ECS to understand why it’s happening – right now, it doesn’t look like SonarQube itself is involved.