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

Stop and continue #17

Open
brichard19 opened this issue Aug 24, 2018 · 6 comments
Open

Stop and continue #17

brichard19 opened this issue Aug 24, 2018 · 6 comments
Labels
enhancement New feature or request

Comments

@brichard19
Copy link
Owner

Add functionality to stop the program during processing and re-start the program, continuing where it left off.

  • Write checkpoint to disk every X seconds?
@brichard19 brichard19 added the enhancement New feature or request label Aug 24, 2018
@ogronome
Copy link

ogronome commented Sep 17, 2018

Hello! Of course this is crucial feature (at least saving progress, without auto restart). Now program is useless, as you cannot continue.

@adminnu
Copy link

adminnu commented Sep 17, 2018

@ogronome @brichard19 I'm writing stdout and stderr to the file to restore the stopping time, but I have to copy the decimal value of the last step, convert it to hexadecimal, add to the previous start value, and so for each card. This is very depressing)) Therefore, very much waiting.

@Toroop78
Copy link

looking forward to the new feature.

@adminnu
Copy link

adminnu commented Sep 26, 2018

It would be nice to provide such a feature if the system restarts so that it starts already from the moment of stop.

@voyagerlife
Copy link

Any update on this feature request?

@asam007
Copy link

asam007 commented Mar 8, 2019

--continue checkpoint.exe line helps to store where you left off and if you still input the same command on your next run starts the script from where you left off

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

No branches or pull requests

6 participants