André Roaldseth

Results 4 issues of André Roaldseth

I'm trying to analyze a very large Django app. The repo looks like something like this: ``` my_app ├── __init__.py ├── client │   ├── __init__.py │   ├── client.py │   ├──...

enhancement
question

The documentation of `redis-py` says `health_check_interval` is an `int` for the number of seconds between health checks or ping/pong. https://github.com/chdsbd/kodiak/blob/729e64dbc1211117a1d83aaccc0bcbd0967e550a/bot/kodiak/redis_client.py#L22 I assume setting it to `true` would be the same...

enhancement

Using Muscula for collecting client-side JS errors we see a lot of errors like "Cannot read property 'top' of undefined". It occurs both in the minified and unminified of both...

We are using preemptive nodes. We experience that Jenkins abruptly looses connection to the node when it is preempted. We are also having a lot of messages like this: ```...