Interval Components Backlogged, possible to collapse queued interval requests in Dash or Flask?

Hi,

Nice to see the community is growing fast and lots of goodies coming out from time to time, such as the multiple outputs change and the callback contexts… great work!!

I have an interval trigger set on 1 sec, to have reasonably short latency, but sometimes some other UI triggered updates take a bit of work on the backend and I can see in the log that the queued interval updates are fired up pretty much back to back once the backend traffic clears. So wonder if there is a way to queue these interval updates and only one of them is kept alive in the request queue.

Thanks!