Hacker News new | ask | show | jobs
A robust implementation of the Bulkhead Pattern for Python (github.com)
2 points by rodmena 213 days ago
1 comments

This seems like it would be great to use with Celery tasks. At some point you want distributed rate-limiting and at least with older versions of Celery that wasn’t baked in.