Hello! If i read the code ([Aggregator](https://github.com/librato/python-librato/blob/master/librato/aggregator.py), [Queue](https://github.com/librato/python-librato/blob/master/librato/queue.py)) correctly, i cannot have Aggregators submit their data automatically, right? So either i use an auto-submitting queue OR i use an aggregator? The Ruby-Lib seems to handle this differently, Aggregator supports an [autosubmit_interval-option](https://github.com/librato/librato-metrics#auto-submitting-metrics).
Hello! If i read the code (Aggregator, Queue) correctly, i cannot have Aggregators submit their data automatically, right?
So either i use an auto-submitting queue OR i use an aggregator?
The Ruby-Lib seems to handle this differently, Aggregator supports an autosubmit_interval-option.