Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out of disk space due to repeated user requests for the same workflow #279

Closed
mr-c opened this issue Oct 22, 2020 · 0 comments · Fixed by #426
Closed

out of disk space due to repeated user requests for the same workflow #279

mr-c opened this issue Oct 22, 2020 · 0 comments · Fixed by #426

Comments

@mr-c
Copy link
Member

mr-c commented Oct 22, 2020

@stain wrote

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants