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
When i run into errors while in distributed mode, i can examine them in the UI (under Failures) and they also get output to stderr when I kill the master... but there needs to be a way to save this information.
Either or both of these would be great:
Provide another link to download the error report as a CSV, much like the requests and distribution report.
Log the error report to the --logfile on quitting, not just to stderr.
The text was updated successfully, but these errors were encountered:
I added the ability to download the data in CSV format.
There's actually an undocumented way of grabbing the data in the currently released version as well. By accessing the /exceptions endpoint, you can get the data in JSON format.
When i run into errors while in distributed mode, i can examine them in the UI (under Failures) and they also get output to stderr when I kill the master... but there needs to be a way to save this information.
Either or both of these would be great:
--logfile
on quitting, not just to stderr.The text was updated successfully, but these errors were encountered: