We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hashing request might not be sent from a session on the gear with the submission uploaded.
Usually hashing is performed asynchronously post submission, however if gear crashes before processing submission, rehashing might be an issue.
The text was updated successfully, but these errors were encountered:
As per @gcmurphy 's suggestion, GridFS/mongofiles can be used to achieve this. This will require some work in submissions handling and also in admin.
The mongofiles call can be made from shell as showcased at https://gist.github.com/abn/7484805
Sorry, something went wrong.
abn
No branches or pull requests
The hashing request might not be sent from a session on the gear with the submission uploaded.
Usually hashing is performed asynchronously post submission, however if gear crashes before processing submission, rehashing might be an issue.
The text was updated successfully, but these errors were encountered: