Supervisor takes 6 minutes to get into a healthy state, is this normal?

root@e3b4de7:~# balena-engine ps
CONTAINER ID        IMAGE                               COMMAND                  CREATED             STATUS                            PORTS                   NAMES
411f1868f69d        455774a7c954                        "../code/docker/entr…"   37 minutes ago      Up 3 minutes                      0.0.0.0:1234->22/tcp   dame_gothel_2963296_1602257
1c4487b29689        balena/aarch64-supervisor:v10.3.7   "./entry.sh"             4 weeks ago         Up 3 minutes (health: starting)                           resin_supervisor
root@e3b4de7:~# balena-engine ps
CONTAINER ID        IMAGE                               COMMAND                  CREATED             STATUS                            PORTS                   NAMES
411f1868f69d        455774a7c954                        "../code/docker/entr…"   38 minutes ago      Up 4 minutes                      0.0.0.0:1234->22/tcp   dame_gothel_2963296_1602257
1c4487b29689        balena/aarch64-supervisor:v10.3.7   "./entry.sh"             4 weeks ago         Up 4 minutes (health: starting)                           resin_supervisor
root@e3b4de7:~# balena-engine ps
CONTAINER ID        IMAGE                               COMMAND                  CREATED             STATUS                   PORTS                   NAMES
411f1868f69d        455774a7c954                        "../code/docker/entr…"   40 minutes ago      Up 7 minutes             0.0.0.0:1234->22/tcp   dame_gothel_2963296_1602257
1c4487b29689        balena/aarch64-supervisor:v10.3.7   "./entry.sh"             4 weeks ago         Up 6 minutes (healthy)   

Hello, I just checked on one of my devices, and it took 5 minutes to show (healthy), so I think that this is normal. During this time, my services were all operating normally too, so I don’t think this is a problem.

Great to know, thank you!