AmitR
AmitR
Hi @ritchie46. Can you please have a look into it.
Any update on this @ritchie46 / @stinodego ....?
Hi @orlp. Apologies for the delayed response. Below is the backtrace: **[2024-01-24T18:50:32.512Z] thread '' panicked at /home/amitr/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/multi_thread/mod.rs:86:9: [2024-01-24T18:50:32.512Z] Cannot start a runtime from within a runtime. This happens because a...
Hi @orlp. This is with Rust_Backtrace=full. **Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread...
I wasn't aware that Polars is using Rayon in backend for multithreading.
@anthonychu/@Fishrock123 I was trying to do logging with Rust Custom Handler using env_logger. The logging is working fine in local VS code but as soon as we move to cloud...
Hi @pragnagopa/@fabiocav ..I am facing the same issue, where logs are working fine in local VS code but after deployment I cannot see them in the panel. I did try...