Hello,
I have set up two scheduled powershell scripts that stop the alteryxservice every week to allow backups to be done during a one hour window. First, the Alteryx Service is stopped using 'stop-service'. If the service remains in the 'stopping' state for over 10 minutes, the second script runs and the alteryxservice process is stopped forcefully using 'stop-process -force'.
My question is, what is the behavior of scheduled jobs where either a.) The service stops gracefully using stop-service and b.) The service is forcefully stopped using stop-service -force. Any help is appreciated, thank you!