Replies: 1 comment
-
The module does not have such feature, you can use the pool |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have a workflow that runs one task then if it passes it starts the next 10 instances to process data.
In my configuration, I use ephemeral runners with 2 instances in idle_config for warm-up. I'd like to avoid keeping 20-40 pre-warmed-up instances so my question is: Is it possible to call some endpoint from GitHub action workflow to warm up a defined number of instances in the first step?
Beta Was this translation helpful? Give feedback.
All reactions