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

Generalized error and failure system #25

Open
michaelpb opened this issue Oct 5, 2017 · 0 comments
Open

Generalized error and failure system #25

michaelpb opened this issue Oct 5, 2017 · 0 comments

Comments

@michaelpb
Copy link
Owner

michaelpb commented Oct 5, 2017

More thoughts on error

  • Keep a stdout.txt, stderr.txt, and error.log conversion log for each foreign resource, of all stdout/stderr generated... something like aef/a94a/e4/2b/_logs/stdout.txt

  • Make CLI commands that can show browse log for certain files


  • Need to have a generalized failure system that permits retries, conversion failures, etc, and escalation after X retries

  • For both ConversionGrid and ResolverGrid

  • Possibly handle "invalid" stuff too

(from git resolver)
44 # NOTE: Should do validation on GIT resource urls, notably disallowing
45 # HEAD, and branch names (should only be tags or commit hashes)

110 # TODO: Have failure handling here, if this command fails and can't find
111 # given hash, it should attempt to update, if that fails, then we know tha
112 # the specified "tree object" does not exist, 404

@michaelpb michaelpb added this to the 0.1.0 milestone Oct 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant