codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
76 stars 28 forks source link

Merge develop into master #1576

Closed Didayolo closed 4 weeks ago

Didayolo commented 2 months ago

Testing

Deployed at https://codabench-test.lri.fr/

Manual intervention

  1. Copy and paste last storage_inconsistency files from /logs folder to /var/logs/ folder. Mind the 's' at the end of 'logs' (#1575).
cd codabench
cp -r logs/* var/logs
  1. Re-build docker containers (#1593).
docker compose down
docker system prune -af
docker compose up -d

Changes

Didayolo commented 2 months ago

Testing #1575 on the test server:

Capture d’écran 2024-09-04 à 16 27 37

Now waiting for Sunday for the update of analytics

Results:

Capture d’écran 2024-09-04 à 19 50 18

Looking for more logs

Didayolo commented 2 months ago

The server get stuck when running the deletion

Didayolo commented 1 month ago

The server get stuck when running the deletion

Now it does not crash! Still need to check that the orphan files deletion actually works.