You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We occasionally get keys that don't return on some requests. Currently, if that happens, the entire csv request fails. I added the following code to be able to log those problems and continue:
Awesome, I had labelled a few of the cases for additional error support but hadn't gotten to them yet; I had a suspicion that something bad could happen and bork the response! Thanks for the snippet, I'll get it merged in shortly.
This was actually the most erlang I've written to date. That said, I imagine that you might want to use something better than io:fwrite so it shows up in the sasl-error log maybe?
We occasionally get keys that don't return on some requests. Currently, if that happens, the entire csv request fails. I added the following code to be able to log those problems and continue:
The text was updated successfully, but these errors were encountered: