Will (Newby) Atlas
Will (Newby) Atlas
@brendandburns that link 404s for me.
Oh hey. Thanks @vllry
I have a use case that's a single application that requires multiple dockerfiles/images. Functionally it's an application that ingests data from an event stream into a database and then displays...
I created a functional chart and PR'd it to the official Helm Charts repository. PR Here: https://github.com/helm/charts/pull/8591
My use case involves Metacontroller managing external resources, so this is actually much better of a pattern for me (primarily due to the least-privilege changes). As long as controllers are...
Thanks @Hellyom! 1. I like your alternatives. :) 2. It's honestly not a bad idea, thanks for suggesting it! We'll take it into consideration as we're planning for future Deploy...
Good suggestion, thank you! Would the Web Cache API be a suitable replacement instead of KV as your cache? https://deno.com/blog/deploy-cache-api or is there something that's missing there? Thanks! Will
Hi @jonbjk ! We haven't tried running the OSS Deno KV backend this way, but since it stores its data in a local SQLite database, I expect shared storage is...
Hey @csvn , this is a super helpful piece of feedback. I've added it to the backlog to assess with the team, thanks for sharing it with us. :)
Hey @stemil23, unfortunately this is a known issue in Deploy. What's happening here is the EdgeDB library is calling a function that's not available on Deploy, but *is* available in...