Allow jobs to choose when to save log output
If a message is logged with a level of critical (or higher) - the log is immediately saved (instead of having to wait for 10 more messages)
This allows jobs some level of control over what gets displayed when. It's especially useful for jobs that might not print lots of information (like the autograding job - previously the user had to wait for about a minute before they got any output)
Sure - that should work. What do you think a reasonable interval is? 15?
Sure, it might require some manual tuning to find the right number
@Sumukh Are you still planning on working on this PR?
@colinschoen Nope. Feel free to take this over.