-
Notifications
You must be signed in to change notification settings - Fork 5
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
Errors that we should handle more gracefully #149
Comments
Another one:
Can probably just wait and retry connection for things like that |
EDIT: this one has been handled. When a student hasn't clicked any of the worksheet links (so they don't have a home folder) and they have a special extension (so rudaux tries to snapshot their dataset individually):
|
|
|
moved this into its own issue #153 since the issues in this thread are mostly "nice to fix but not critical", but 153 I would consider critical. |
The current vsn of rudaux (
prefect_by_assignment
branch, which will soon be onmaster
) had the following error happen:Rudaux currently just halts processing that assignment. Probably should do something a bit more graceful there. I think in the case of this particular error, a retry or two is warranted (when I reran the flow afterwards, they were graded properly).
The text was updated successfully, but these errors were encountered: