Ben Holt

Results 3 comments of Ben Holt

1:24,000 is a good scale 🗺

I noticed this as well and cringed. I included the following at the top of my new and edit views: ``` from django.core.exceptions import PermissionDenied ... def new_post(request): if not...

While I'm here, this line: https://github.com/NerdWalletOSS/kinesis-python/blob/2bf355173de05a38f685df0f5a6000cff9a2076a/src/kinesis/consumer.py#L52 Should be `(self.retries * 2) or 1` if the behavior is to (mostly) match the comment.