Open
Description
Many notebooks have been converted to use the run_batch
function that was specifically implemented for the mode solver. However, this turns out to be unstable in some cases as it can e.g. open too many connections and time out. Now that the native web.Batch
is enabled for the mode solver in 2.8, we should convert the examples to use that (and make sure all works fine).
@tomflexcompute who should take this?