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

repair / disable resume mechanisms #44

Open
behrisch opened this issue Jun 30, 2022 · 0 comments
Open

repair / disable resume mechanisms #44

behrisch opened this issue Jun 30, 2022 · 0 comments

Comments

@behrisch
Copy link
Contributor

currently tsc_main and t2s try to resume an aborted process but this may fail because they only check for the existence of files to determine whether a step was successful (and sometimes the files are empty or otherwise broken). Possible solutions

  • explicit logging of success to determine where we can safely pick up the intermediate results
  • enable overwrite at least for the daemon mode such that it will not pick up any intermediate results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant