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

dedicated cleanup task for runner #169

Closed
wants to merge 2 commits into from

Conversation

clr2of8
Copy link
Collaborator

@clr2of8 clr2of8 commented Nov 9, 2023

This is an update to the Invoke-AtomicRunner code that will use two different scheduled tasks, one to run the atomic and one to run the cleanup. This is because in some cases, AV kills the original process due to the atomic it is running, which means the cleanup and reboot actions never happen and the runner stops running things. By using two different scheduled tasks (and hence two different processes) we can avoid this issue and keep things running

Note: You will need to rerun Invoke-SetupAtomicRunner to get the new schedule task after this update

@clr2of8
Copy link
Collaborator Author

clr2of8 commented Nov 18, 2023

This didn't work as expected. I addressed the issue a different way in PR #171

@clr2of8 clr2of8 closed this Nov 18, 2023
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

Successfully merging this pull request may close these issues.

1 participant