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

Handle submission failures across gears #99

Open
abn opened this issue Oct 11, 2013 · 1 comment
Open

Handle submission failures across gears #99

abn opened this issue Oct 11, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@abn
Copy link
Member

abn commented Oct 11, 2013

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.

@ghost ghost assigned abn Oct 11, 2013
@abn
Copy link
Member Author

abn commented Nov 17, 2013

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

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

No branches or pull requests

1 participant