William Gowell
Results
2
issues of
William Gowell
There appears to be some sort of race condition when setting/deleting a key from two different threads/processes. For example: ```python import consulate import threading def update(): try: session.kv['test'] = 'true'...
Remove the call to kinesisStreamReady(). The `DescribeStream` endpoint has 10 RPS per account, and the alternative `DescribeStreamSummary` is 20 RPS per account. This can prevent new readers from starting up...