m
👀 1
1
j
Clicking the "load from deep storage" link fails most of the time, even on very recent jobs
👍 1
b
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?
Copy code
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
This issue resolved itself but I'll check out your recommendation for future reference, thank you!
🚀 1
1