Adam Johnson

Results 598 comments of Adam Johnson

This blog post mentions musl breaking dns lookups on some wifi configurations: https://pythonspeed.com/articles/alpine-docker-python/ . Maybe it's not a good idea to use everywhere.

Hi @looser990 Thanks for asking. Unfortunately we aren't working on this right now. One workaround would be to use Windows Subsystem for Linux. Are you deploying on Windows, or just...

Thank you. We'll want to run `mypy` to get this checked on CI - wrong type hints are worse than no type hints. I can take a look at this.

The current code setup means that the `CoreAgentSocketThread` won't be involved in any of the errors you listed there, so it's not the right place to add this logging. The...

There sure is! You can use the `.instrument()` context manager to track custom sections: https://docs.scoutapm.com/#python-custom-instrumentation I'd be interested to know what you do trak to help inform our integration.

I agree we shouldn't crash users' code. We work hard to not do that. We always tread a fine line though between being too defensive (which makes the integration hard...

I think there's still a bug here where we sometimes capture the wrong hostname, due to a connection pool getting reused for different hosts. It seems `requests` does this as...

So as I understand, the customer is trying to record a single trace for the chain of tasks by: * serializing Scout's internal state for the current trace * passing...