hey all! I've been running some scripts on devices...
# fleet
b
hey all! I've been running some scripts on devices from Fleet and noticed an issue. I think that if the script doesn't produce any output for a few minutes, I get this error:
script execution error: signal: killed
Is this a timeout issue? And if so is there any way to increase the timeout period?
z
hi @Billy H - https://fleetdm.com/docs/configuration/agent-configuration#script-execution-timeout check this out for modifying timeout limits. Also, be aware that there's a bug on the release board right now where timeout isn't being respected: https://github.com/fleetdm/fleet/issues/20248 - you can follow along with the issue to see when it's resolved (hopefully next sprint)
b
This is very helpful! Thank you!