Celery on ElasticCache
Celery is a pain to get going on ElasticCache. ElasticCache is set up to deploy clusters, but Celery doesn't support that.
Celery is a pain to get going on ElasticCache. ElasticCache is set up to deploy clusters, but Celery doesn't support that.
I spent some time reading through the docs of the `logging` library in Python. It's a bit of a pain to use. So I tried out `structlog`.
Spent too much time on logging today. Here's what I learned.
A step-by-step guide on how to create a Homebrew tap for Python packages, with tips on handling dependencies and releases