Neil Williams
Neil Williams
:fish:
Sadly not possible since harold is a Bot user https://api.slack.com/methods/conversations.invite
Maybe send a PM instead?
Credit to @eaceaser for the suggestion/request.
Perhaps a binary log on the child span?
Lazily opening the message queue on first use could dodge the pain when events aren't actually used, but if they are we're still in the same world of hurt. It's...
Thanks for the report! That sounds like a nasty issue. What would you like to see changed here? Baseplate.py only sets a minimum version (https://github.com/reddit/baseplate.py/blob/develop/setup.py#L15, 2.1.2) which we can happily...
Cool! Are you interested in submitting a patch for that?
Your tests seem to be checking `service_whitelist` while the config involved is `bar`. `Optional` seems to work fine for the basic use case: https://github.com/reddit/baseplate.py/blob/master/tests/unit/config_tests.py#L233-L245
Ah sorry, `service_whitelist` in the original example was me leaving bits of the original code behind.