Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/4728
Thanks for the review @zentol. I've addressed your comments.
Since the `WebRuntimeMonitor` requests the actual `ExecutionGraph` from the
`JobManagerGateway` instead of the `ArchivedExecutionGraphs`, there need not be
a low refresh interval. It will be updated instantaneously.---
