Does anyone see a lot of warnings in propeller log...
# flyte-support
c
Does anyone see a lot of warnings in propeller logs about workflows that cannot be found? It seems like the work queue is getting these bogus workflows with bogus execution IDs and empty namespace strings that can never be found because they aren't related to actual CRs in the cluster. The workflows align to registered workflows in the UI.
Copy code
{
  "json": {
    "exec_id": "<project>:<domain>:<wf_name>",
    "ns": "",
    "routine": "worker-119"
  },
  "level": "warning",
  "msg": "Workflow namespace[]/name[<project>:<domain>:<wf_name>] not found, may be deleted.",
  "ts": "2025-07-08T17:47:50Z"
}
I don't see any accompanying
Enqueuing workflow
logs so I'm wondering if there is some broken logic in the sub node handling