-
Notifications
You must be signed in to change notification settings - Fork 680
Description
Hello! We're trying to integrate ephemeral Windows runners for various tasks into our workflows. We're prebuilding them with packer and ansible so they rely on that scheduled task at boot to launch the runner service but this takes quite a long time (around 5 minutes). I tried to just enable fast launch on top of the current image setup that we have but it always tries to start that scheduled task to start the runner service when it's initializing fast launch rather than at the start of an actions kickoff.
I'm a bit of a newbie to this so I was wondering if anyone had any ideas as to how this could be implemented? Could the runner startup be deferred somehow until the webhook creates the instance so the agent isn't first started after the snapshot creation of fast-launch?
Thanks in advance!