https://prefect.io logo
Title
m

Missi Sogbohossou

12/20/2022, 3:49 PM
👀 1
1
j

John Grubb

12/20/2022, 3:50 PM
Clicking the "load from deep storage" link fails most of the time, even on very recent jobs
👍 1
b

Bianca Hoch

12/21/2022, 7:21 PM
Hello Missi and John, could you try retrieving the logs through the Interactive API to see if there is a specific error that is returned when making the request?
query{
  flow_run (where: {id: {_eq: "insert_flow_id_here"}}, limit: 100) {
    logs{
      timestamp
      message
    }
  } 
}
If you hit a TimeOut error, it should also be possible to limit the number of logs returned from this query (in the example it is set to 100).
👀 1
👍 1
m

Missi Sogbohossou

12/22/2022, 8:21 PM
This issue resolved itself but I'll check out your recommendation for future reference, thank you!
🚀 1
1