Dan Goodman

Results 263 comments of Dan Goodman

> @danthegoodman1 you can configure the minimum "provisioned" containers which stay active (paying for mem only, not CPU) - except you can only set that to `>= 1`. > >...

> I'm surprised this hasn't been mentioned before but a turnoff of GCP is that they don't have an "Amazon Aurora Serverless" equivalent to go along with Cloud Run. >...

This is also amazing for Slack bots btw. I'd move our team Slack bot here in an instant if we could scale to 0.

@stephanoparaskeva make sure you’re in the same vpc, have proper security groups and routing tables, or in your case it sounds like enabled public access if you’re trying to test...

I will add that restart vector seems to solve the issue, but that's not a sustainable solution.

It's also hard to get debug logs because this is not something that I can reproduce quickly, it's usually something we notice after 3-10 days when we try to look...

Thanks for the quick response @jszwedko , very few of our logs are not JSON (some panics, some startup ones) but an enormous majority are JSON logs and they are...

No, that is what is so strange @jszwedko, makes it real hard to debug 🙃

Also getting this, trying to work through why this is ``` error[E630]: fallible argument ┌─ :3:7 │ 3 │ log("failed to parse .message as JSON: " + .message) │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Updated to ``` log("failed to parse .message as JSON: " + .message ?? "no mesage!") ```