Robert Fischer

Results 42 comments of Robert Fischer

Yeah, I feel your old-school DB normalization sense: I feel gross doing what I'm doing, but the data isn't _really_ a distinct entity, and so it also feels gross to...

Ubuntu Linux. ``` LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial ``` Let me know if anything else is helpful.

Looks like it was an issue with the `bytestring` shim: https://github.com/ghcjs/ghcjs/issues/662 Do we need to do anything to get this shim into ghcjs-0.2.1.9009021_ghc-8.0.2?

Can I throw you some cash to make this happen faster? I kinda need it ASAP.

I am seeing exactly this behavior -- timeout errors with messages about things taking longer than their loop allowances, and then Prefect's workflow management becoming entirely inactive -- but with...

The lightweight version was GCP's `db-f1-micro`, which was shared core, 0.6 GiB RAM, HDD. There was nothing in the GCP logs implying that the DB was under resource strain. The...

Here's a total shot in the dark. Are we positive all DB connections are being closed? If there's a leak in the DB connections and some transaction isn't getting closed,...

Deleting all the retry configurations seemed to resolve this issue. I have no idea why or if it's a red herring, but just FYI.

For the record, I'm also having this issue when working with AWS's API Gateway and it's `$default` in the deployment URL.

I am using the output of https://registry.terraform.io/modules/terraform-aws-modules/apigateway-v2/aws/latest as input to another Terragrunt module. That output is a very large structure that includes URLs with `$default` in them. I'd prefer to...