Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 6f1eba3

Browse files
authored
docs: Remove the beta warning from ephemeral runners (#2637)
1 parent e18c5a8 commit 6f1eba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ For time zones please check [TZ database name column](https://en.wikipedia.org/w
299299

300300
### Ephemeral runners
301301

302-
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:
302+
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:
303303

304304
- 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.
305305
- 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`.

0 commit comments

Comments
 (0)