Falcon Taylor-Carter
Falcon Taylor-Carter
Actionlint does auto-discover of workflows but that means it can't be guided when in a repo with multiple directories of workflows. I'd like to use it in a repo that...
Are there any plans for building support for the Kubernetes External Metrics Provider to enable autoscaling on custom metrics? It seems like this would be a greta feature for the...
**Is your feature request related to a problem? Please describe.** I currently use `PercentageRunnersBusy` for autoscaling and it's working decently well but when a pool gets large (30+ runners) it...
We're seeing that when a single application instance makes too many connections to the Aerospike server we start seeing massive amounts of timeouts. We found that we got timeouts at...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
**Is this a request for help?**: No --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Version of Helm and Kubernetes**: version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"dirty", GoVersion:"go1.15.7"} Kubernetes...
Slack app webhooks only allow you to post to a single channel. The [incoming webhooks](https://renttherunway.slack.com/apps/A0F7XDUAZ-incoming-webhooks) app let's you send to any channel, but it's considered legacy. Using tokens with a...
Currently the script fetches and runs against all repos. Being able to run it one repo at a time, or just against specific repos, would be a nice feature.
Any plans to add support for tokens instead of webhooks? App tokens allow you to post to multiple channels, and multi-channel slack webhooks are considered legacy now.
Metrics for rabbitmq are bound using Micrometer to the prefix `rabbitmq` (https://github.com/spring-projects/spring-boot/blob/b8983cef590686a3b1d23ffef4113b024a9a13e3/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/amqp/RabbitMetrics.java#L55) ``` @Override public void bindTo(MeterRegistry registry) { this.connectionFactory.setMetricsCollector(new MicrometerMetricsCollector(registry, "rabbitmq", this.tags)); } ``` This is the same domain...