Debugging "queries overflow the depth limit!"
The Rust Programming Language Forum
Debugging "queries overflow the depth limit!"
Hi, I have a problem with using sea_orm 2.0 on a rocket http server. I reached the error above and I am not sure how to debug this issue. I am certain there are some questionable architectural decisions I made along the way to get there, but is there a was to display the stack of calls that triggered this? I feel like increasing the recursion limit is just a band-aid fix. I suspect a lot of calls come from #[instrument] and the tokio::task_local!() macros. But 128 seems excessive even for that....
0 comments
No comments yet.