From 6f1eba30373741cbc7b8518f45fd05eb144d221e Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Mon, 14 Nov 2022 09:58:39 +0100 Subject: [PATCH] docs: Remove the beta warning from ephemeral runners (#2637) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88b860f..998e4535 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,7 @@ For time zones please check [TZ database name column](https://en.wikipedia.org/w ### Ephemeral runners -Currently a beta feature! You can configure runners to be ephemeral, runners will be used only for one job. The feature should be used in conjunction with listening for the workflow job event. Please consider the following: +You can configure runners to be ephemeral, runners will be used only for one job. The feature should be used in conjunction with listening for the workflow job event. Please consider the following: - The scale down lambda is still active, and should only remove orphan instances. But there is no strict check in place. So ensure you configure the `minimum_running_time_in_minutes` to a value that is high enough to got your runner booted and connected to avoid it got terminated before executing a job. - The messages sent from the webhook lambda to scale-up lambda are by default delayed delayed by SQS, to give available runners to option to start the job before the decision is made to scale more runners. For ephemeral runners there is no need to wait. Set `delay_webhook_event` to `0`.