Johan de Jager

Results 13 comments of Johan de Jager

Have a look at `flask_monitoringdashboard/core/measurement.py`, that's where the wrappers are added. The function `init_measurement()` is where that starts.

@mircealungu I replied to you about this in an email. Sorry, should have written it here :) It's a visualisation artefact! I checked the DB if there were measurements that...

> Also, I thought 30% was also to ensure that we are not registering noise. Is this so? Not necessarily. The P-value should be used for that. If it's just...

I don't see what exactly the problem is. Surely the request will fail, but the FMD still works, right? Can you explain me why exactly this is a problem? It...

I think I got it. I just noticed that the errors are occurring in `flask_monitoringdashboard/frontend/node_modules` and tried: ``` pytest --ignore=flask_monitoringdashboard/frontend ``` This seems to work!

Is this something to change in the docs? To me it seems like it's out of date :) or did I forget something?

I am running into a similar problem: "Malformed UTF-8 characters, possibly incorrectly encoded "

> It's weird to rate limit at the bus level, wouldn't it be better to plug rate limiting in at the user facing endpoint instead ? > > From my...

> Regarding the error handling, wouldn't it be sufficient to let failed messages go to a failure transport? From there you can then consume the failed message in a specific...

This might also be an interesting library to look at: https://laravel-venture.com/ It takes chains a step further, it allows you to define a DAG instead of just a simple chain:...