Stephan Jaensch
Stephan Jaensch
@p4ul People are using it on production systems - just probably not using multiple threads. Typically people use multiple processes to get around the CPython GIL.
@danrg we absolutely do accept pull requests, would you be willing to work on the feature? Go for it!
I like the idea! I'm not sure we need a per-route percentage configuration, I'd probably go with a global percentage value for response validation instead. You could even think of...
This should hopefully be fixed by #189.
Hey Lukas, we're currently not using the package internally, so the future is a bit uncertain. That said, if you'd like to give it a go I'd love to hear...
Glad to hear it @lbenka!
One thing I'd like for us to do eventually is move off of the old proprietary App Engine APIs. If we migrate to the [flexible environment](https://cloud.google.com/appengine/docs/the-appengine-environments) we could use a...
Well that depends on your viewpoint, doesn't it - a lot of developers (internally) run into the issue of having to manually increase timeouts because some of our strict defaults...