summary refs log tree commit diff
path: root/tests/util/test_limiter.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Combine Limiter and LinearizerRichard van der Hoff2018-07-201-70/+0
| | | | | Linearizer was effectively a Limiter with max_count=1, so rather than maintaining two sets of code, let's combine them.
* Add a sleep to the Limiter to fix stack overflows.Richard van der Hoff2018-07-201-4/+4
| | | | Fixes #3570
* run isortAmber Brown2018-07-091-2/+2
|
* Add Limiter: limit concurrent access to resourceErik Johnston2016-11-101-0/+70