You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ Check the [internal docs](https://docs.shiphero.xyz/ci.html#horizontally-scaled-
17
17
This minimizes the chance of the `InsufficientInstanceCapacity` error, by balancing and trying
18
18
subnetworks in different subzones
19
19
20
-
-[Reduce the waiting and polling intervals](https://github.com/Shiphero/ec2-github-runner/blob/97e4566a338e61490ce0a5b944e62801041faccb/src/gh.js#L63) for the runners registering.
20
+
- <strike>[Reduce the waiting and polling intervals](https://github.com/Shiphero/ec2-github-runner/blob/97e4566a338e61490ce0a5b944e62801041faccb/src/gh.js#L63) for the runners registering.
21
+
22
+
This allows to save around 45' on the "start" step. </strike>
23
+
24
+
Reverted in 5659035ee505 because we was hitting Github rate limits for personal tokens.
25
+
26
+
-[Increases the page size when listing runners](https://github.com/Shiphero/ec2-github-runner/pull/2/commits/e3aae63b6a8bd136b0fd9460468dc85097a8d273) to reduce the number or requests to Github API.
21
27
22
-
This allows to save around 45' on the "start" step.
0 commit comments