This message was deleted.
# general
s
This message was deleted.
q
This is alongside a hojillion asyncio errors.
Backtracking changes, I see that it happens when I try to pass
Copy code
api_resources = (
    cloudrun.ServiceTemplateSpecContainerResourcesArgs(
        limits={
            "cpu": config.get("resources.cpu") or "1",
            "memory": config.get("resources.memory") or "1Gi",
        },
    ),
)
into GCP's Cloud Run container.
Ah. And that's my tuple, there--
black
was autoformatting on save to add the parens.