Skip to content

Commit 6dfd107

Browse files
pascal-hofmannnpalm
authored andcommitted
docs: fix typo in job retry section (github-aws-runners#4885)
This fixes a small typo in the job retry section. Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
1 parent 7f1a398 commit 6dfd107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The Instance Termination Watcher is creating log and optional metrics for termin
7979

8080
This feature is Beta, changes will not trigger a major release as long in beta.
8181

82-
The Job Retry will allow you to retry scaling when a job is not started. When enabled the scale up lambda will send a retry message to the a SQS queue. The Job Retry lambda will check after a delay if the job is still queued, and if so, it will send a retry command to the scale up lambda via SQS. The feature is designed to be used with ephemeral runners. The feature is opt in, it will not be created by default.
82+
The Job Retry will allow you to retry scaling when a job is not started. When enabled the scale up lambda will send a retry message to the SQS queue. The Job Retry lambda will check after a delay if the job is still queued, and if so, it will send a retry command to the scale up lambda via SQS. The feature is designed to be used with ephemeral runners. The feature is opt in, it will not be created by default.
8383

8484
Consequences of enabling the feature are:
8585

0 commit comments

Comments
 (0)