Results 58 comments of Kurt Mackey

I like this a lot. We have a lot of people who've done TensorFlow apps for doing quick predictions to detect things like bots. That stuff is always heavy on...

@geshan Sorry for the slow response here, @codepope or I will work through this one this week.

@geshan We are migrating content discussions to our new community site. Will you please copy your topic for this over to the new forum: https://community.fly.io/c/write/writers-room/8 Just copy and paste on...

_Kind_ of. You will have two addresses, like these: 1. `REDIS_CACHE_URL` 1. `REDIS_GLOBAL_CACHE_URL` In this configuration, you'd mostly be reading AND writing against `REDIS_CACHE_URL`. You'd only need to use the...

Migrated to Discourse: https://community.fly.io/t/redis-cache-cluster/62

The #1 thing on my wish list is a guide to connecting to an RDS instance inside a VPC. We have a lot of people who want to do that...

> The VPC-to-Fly ask seems like a bit of security-theatre, though. We run VPCs all the time, and the whole point of a VPC is that you don't let anything...

We'd likely give people a CloudFormation template to create Wireguard gateway(s) in a VPC. Having our own VPCs + peering would be pretty interesting way to do that, although since...

> This seems like a lot of work to me, it's actually easier to just run containers in that region on Fargate + Load Balancer, which is a bit of...

So we actually run Rails at the edge, I have lots of thoughts. The big problem with Rails is it's so heavily tied to a DB, any example that doesn't...