Results 11 issues of vsemionov

I noticed a possible connection pooling problem. Django seems to create one cache backend object per thread. However, the redis_cache backend creates one connection pool per instance. Therefore the max_connections...

The message, shown to the user when an upload times out, is currently hardcoded to: ``` Request timedout after ${this.options.timeout / 1000} seconds ``` Unlike other error messages (e.g. `dictResponseError`),...

## Overview `CeleryEmailBackend` ignores the `fail_silently` option when enqueuing messages in `send_messages()`. When the Celery message broker is down and `DEBUG` is `False`, this causes huge delays in requests where...

Hi @jsocol , Thank you for your work on this amazing project. It has protected my application from attackers many times! Currently, the code sets the request counters in cache...

#455 changed the queries_quota output from print() to logging (see #451). However, since this library is initialized when our Django application is initialized, the same irrelevant output is scattered in...

type: bug
triage me

Thank you for opening a Pull Request! --- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure...

The solutions of chapter 7 exercises 6 and 7 state that the learning rate of underfitting/overfitting boosting ensembles should be decreased and increased, respectively. I believe this is wrong and...

Hi @jawj, Many thanks for creating this cool library! I use it together with MarkerClustererPlus and I ran into a small problem with the marker format (status) while zooming the...

Using simple-websocket from git commit 32ec52 and Gunicorn 21.2.0. When a client closes the websocket, the following is logged: ```python [ERROR] Socket error processing request. Traceback (most recent call last):...

question

There is no way to retrieve an object, whose parent is deleted. This can be a problem especially if an object is moved to a deleted parent. Then, a syncing...