Is it possible to run a prefect agent as a service...
# prefect-server
j
Is it possible to run a prefect agent as a service on Windows 10? If so what's the right way to set that up?
k
Does Windows 10 service take a CLI command? The answer here should be yes though. We have users on
supervisord
or
pm2
, something that keeps spinning it up again if it goes down. It would just be through the CLI
prefect agent local start
for example.
j
ok thanks Kevin