Hey Team, we reduced our frequency from 30m to 1 h...
# support
a
Hey Team, we reduced our frequency from 30m to 1 hour and noticed our transformer pod is now failing health checks, despite increasing the resources. Any advice or direction to pursue?
server pods are running fine, transformer keeps restarting,
/health
healthcheck endpoint is timing out while under heavy load. We are not using any transformations and it seems like events are still going to the BQ destination
/version
Copy code
{
  "BuildDate": "2022-12-09,07:03:59",
  "BuiltBy": "e30fe25548dcf99014d008b50e04885b7e4d701d",
  "Commit": "e30fe25548dcf99014d008b50e04885b7e4d701d",
  "DatabricksVersion": "Unable to read response from databricks.",
  "Features": [
    "gzip-req-payload"
  ],
  "GitUrl": "",
  "Major": "",
  "Minor": "",
  "Patch": "",
  "TransformerVersion": "06122022.092752",
  "Version": "1.4.4"
}
h
Can you try setting this env for the transformers?
Copy code
- name: "NUM_PROCS"
      value: "1"
a
We can set that, would does it do?