curtis-trynow-io
curtis-trynow-io
If you set connections_max_idle_ms to 0, the following code is used to configure the client: ```python class IdleConnectionManager(object): def __init__(self, connections_max_idle_ms): if connections_max_idle_ms > 0: self.connections_max_idle = connections_max_idle_ms / 1000...
### Describe the feature Currently, running the container images available from this registry like ghcr.io/dbt-labs/dbt-redshift are very slow compared to running on older Mac computers with Intel chips. When starting...
This is another thing that would be very nice to have available for latency sensitive applications or just applications where users do not tolerate cold starts well. On the Terraform...
This would resolve https://github.com/milliHQ/terraform-aws-next-js/issues/216 trivially. I am proposing that just like how you can (and must) create your own `aws_cloudfront_distribution` and pass it into: ```terraform cloudfront_external_id = aws_cloudfront_distribution.something.id cloudfront_external_arn =...