https://prefect.io logo
Title
f

Filip Lindvall

10/08/2021, 12:36 PM
We have flows in the prefect cloud that should be running but are just empty, no stat us no nothing. Just shows up as past runns without anything in them.
They have no status, only a name.
@Kevin Kho from what I can tell I don't think these flows has even run...
k

Kevin Kho

10/08/2021, 1:42 PM
Do they have any logs? Like can you click into them?
f

Filip Lindvall

10/11/2021, 11:14 AM
Nothing at all, only a name. Almost looks like a majority of the graphQL query fails for them
I can't get any response from support either.
Going to the specific run, all the fields are empty. No parameters, start time, nothing. Querying with the CLI they have no STATE or anything. Just a name and and ID
Running
prefect describe flow-runs -n $failed_job
I get
{
  "auto_scheduled": true,
  "created": "2021-10-08T13:50:50.659485+00:00",
  "end_time": null,
  "flow": {
    "name": "run-forecast"
  },
  "name": "$failed_job",
  "parameters": {
    /* Censored, but they exist and are correct */
  },
  "scheduled_start_time": "2021-10-10T17:30:00+00:00",
  "serialized_state": null,
  "start_time": null
}
k

Kevin Kho

10/11/2021, 1:40 PM
Will ask the team about this. When you say you got no response from support? You mean you emailed Prefect?
z

Zach Angell

10/11/2021, 1:44 PM
Hey @Filip Lindvall, any chance you could DM me one of the ids for these flow runs?
f

Filip Lindvall

10/11/2021, 1:45 PM
Thanks, I'll send you a DM @Zach Angell
👍 1
Via the online contact form @Kevin Kho, thanks for the quick follow-up here 🙂
g

George Coyne

10/13/2021, 4:42 PM
Hey Filip, how are your flows running, what kind of agent?