You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose exec -T spring find /tmp -type f -mtime +1 -delete
docker-compose exec -T spring find /tmp -type d -mtime +30 -delete
it's basically deleting the RO-Crate directories (which have been zipped) - that's a bug. But the big one is the temporary git clones because the "main" git checkout is locked. This happens when someone loads a large multi-GB repository and gets tired of it being slow and click Refresh - basically they are then causing a concurrency conflict against themselves..
The text was updated successfully, but these errors were encountered:
@stain wrote
The text was updated successfully, but these errors were encountered: