python-librato icon indicating copy to clipboard operation
python-librato copied to clipboard

A Python wrapper for the Librato Metrics API.

Results 12 python-librato issues
Sort by recently updated
recently updated
newest added

[queue.submit()](../blob/c2bad69479df44f7d167c78fa85b26f89d05c555/librato/queue.py#L137) iterates over chunks, sends each, and then resets the chunks. This can be a problem if any process adds items to the queue while `submit()` is iterating. When that...