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

Allow resumption #38

Open
kpcyrd opened this issue Mar 31, 2018 · 0 comments
Open

Allow resumption #38

kpcyrd opened this issue Mar 31, 2018 · 0 comments
Labels
scheduler Related to the badtouch scheduler

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Mar 31, 2018

It should be possible to stop the audit at a position and then resume at that position. I'm not yet sure how that should be implemented:

  • Credentials can get requeued, which means they get pushed to the end of the queue, making it harder to save a single numeric position
  • We might need a "save file" dialog, which would require some work to be nice to use (tab completion for paths?)
  • We could add a "stop" command, that, if --continuable has been set, drains the remaining attempts into a save file that we can pick up again
  • The approach above needs to identify the scripts as well. we currently don't have a unified way to identify a script

This issue supersedes #3

@kpcyrd kpcyrd added the scheduler Related to the badtouch scheduler label Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scheduler Related to the badtouch scheduler
Projects
None yet
Development

No branches or pull requests

1 participant