aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
411 stars 184 forks source link

Replace the sleep in `aiida-prepare.sh` startup script of Docker images with more clever solution #6448

Open sphuber opened 3 weeks ago

sphuber commented 3 weeks ago

See changes in #6445 that added a sleep in aiida-prepare.sh before verdi presto is called. Ideally this is handled with an actual healthcheck, perhaps provided by s6. See https://github.com/just-containers/s6-overlay/issues/582