Greg Fuller fec2221eea Truncate error text to fix service lockup / stall
What:
* Update wrap_gradio_call to add a limit to the maximum amount of text output

Why:
* wrap_gradio_call currently prints out a list of the arguments provided to the failing function.
   * if that function is save_image, this causes the entire image to be printed to stderr
    * If the image is large, this can cause the service to lock up while attempting to print all the text
 * It is easy to generate large images using the x/y plot script
 * it is easy to encounter image save exceptions, including if the output directory does not exist / cannot be written to, or if the file is too big
  * The huge amount of log spam is confusing and not particularly helpful
2022-10-12 08:30:06 +03:00
..
2022-09-05 23:08:06 +03:00
2022-10-10 16:16:29 +03:00
2022-09-07 12:32:28 +03:00
2022-10-09 10:49:11 +03:00
2022-10-08 13:40:39 +03:00
2022-10-08 22:42:30 +03:00
2022-10-11 15:38:53 +03:00
2022-10-10 20:32:44 +03:00
2022-10-08 18:12:19 +03:00
2022-10-11 17:03:16 +03:00
2022-10-08 22:42:30 +03:00
2022-10-11 17:24:00 +03:00
2022-10-11 15:36:29 +03:00
2022-10-12 07:01:20 +03:00
2022-10-10 19:54:57 +03:00
2022-10-08 22:42:30 +03:00
2022-10-10 19:54:57 +03:00
2022-10-04 17:23:48 +03:00
2022-10-09 13:48:04 +03:00