Bogdanp / dramatiq

A fast and reliable background task processing library for Python 3.
https://dramatiq.io
GNU Lesser General Public License v3.0
4.37k stars 313 forks source link

`middleware.Pipelines` not included in API reference #50

Closed rpkilby closed 6 years ago

rpkilby commented 6 years ago

The pipeline middleware is not included in the reference docs, so the only way to learn about pipe_ignore and pipe_target is in the cookbook.

Bogdanp commented 6 years ago

Good catch! Fixing now, thanks!

rpkilby commented 6 years ago

Thanks!

Bogdanp commented 6 years ago

Released: https://dramatiq.io/reference.html#dramatiq.middleware.Pipelines

Thanks again!