baseplate.py icon indicating copy to clipboard operation
baseplate.py copied to clipboard

reddit's python service framework

Results 112 baseplate.py issues
Sort by recently updated
recently updated
newest added

Closes #BASE-137 ## ๐Ÿ’ธ TL;DR We might want to drop the `command` label for these? ## ๐Ÿ“œ Details [Design Doc]() [Jira]() ## ๐Ÿงช Testing Steps / Validation ## โœ… Checks...

applicable using g.track_inprogress() This avoids having to manually call g.inc() and g.dec(), potentially introducing bad metric reporting when exceptions are not handled properly etc. ## โœ… Checks - [x] CI...

## ๐Ÿ’ธ TL;DR This PR updates the docs with a warning about `ServerTimeout` exceptions, and a recommendation to avoid SqlAlchemy connection pool leaks until the issue is resolved.

v2.6

## ๐Ÿ’ธ TL;DR Asserts in Python make errors hard to track down and can be disabled at runtime if particular flags are provided. These things together make asserts a bad...

This pretty much returns exactly the same as before, but with the benefit of including C functions/methods. You can read more about that here: https://stackoverflow.com/a/17019998/6901146

v2.6

Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.1 to 2.1.2. Changelog Sourced from waitress's changelog. 2.1.2 Bugfix - When expose_tracebacks is enabled waitress would fail to properly encode unicode thereby causing another error during...

dependencies

## ๐Ÿ’ธ TL;DR Just going to leave this here in case we want to instrument spans to Prometheus. Gated behind the `metrics.tagged.prometheus` config attribute. ## ๐Ÿ“œ Details [Design Doc]() [Jira]()...

This is not a great way to interact with Kafka - committing the offset after every message puts load on the cluster, especially with many high volume consumers. Additionally, kafka...

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies