https://prefect.io logo
@Emil Christensen do you know what you might recommend for a windows machine? Docker perhaps?
e

Emil Christensen

08/16/2023, 7:50 PM
Yeah, NSSM…
One min
t

Taylor Curran

08/16/2023, 7:51 PM
@Ronald Sam
r

Ronald Sam

08/16/2023, 7:52 PM
oh gotcha, I'm using nssm actually
perfect!
just wanna know if I'm setting it up correctly in nssm though
are there any settings in nssm I need to be aware about so that it will restart the service if it crashes?
nvm I think I figured it out. It's in the exit tab of nssm
1
e

Emil Christensen

08/16/2023, 8:31 PM
The only thing I would add is to make sure you set a log file destination:
Copy code
nssm set <your_service_name> AppStdout <stdout_filepath>
nssm set <your_service_name> AppStderr <stderr_filepath>
r

Ronald Sam

08/16/2023, 9:13 PM
thanks
2 Views