From 575826cf460ac47e6af40173d5d40e26eb8cf45f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 9 Feb 2022 17:35:25 -0800 Subject: update/consolidate python TODO --- python/TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/TODO b/python/TODO index 52b2b8fe..965b9a41 100644 --- a/python/TODO +++ b/python/TODO @@ -26,10 +26,13 @@ views - instead of grid, maybe https://semantic-ui.com/elements/rail.html backlog +- refactor all the "fatcat_*.py" top-level files in module __main__.py files. eg: "python -m fatcat_tools.whatever" + => or, better, just call individual files directly instead of __main__.py? - make debugbar really optional (don't import unless we're in debug mode) +- codespell: codespell --quiet-level=2 Kafka -- should refactor all the handlers into one place (DRY) +- should refactor all the handlers into one place (DRY) (eg, kafka_fail_fast) - harvesters could have shared producer setup/creation - broker timeouts after a minute in all cases should at least log if not crash (eg, changelog worker) -- cgit v1.2.3