Regarding the worker pool, what happens when the computer restarts? Does the worker continue where it left off?
Regarding the worker pool, what happens when the computer restarts? Does the worker continue
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Found the answer. Actually workers terminate immediately upon navigating away from the page. This must protect from run away processes taking over the computer.
As a result, as soon as the browser closes on a computer restart, the worker will terminate.
And it will not continue where it left off.
Tip: One must program atomically as to expect if computation can stop at any moment in time.