mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

transactionally update job summaries #821

Open meelapshah opened 7 years ago

meelapshah commented 7 years ago

We should only cause the view to re-render once the entire job summaries response has been processed. Otherwise every time jobSummarys is updated, render() is called which makes the UI unusable when there are >50 jobs.