novacode-nl / odoo-celery

Odoo & Celery integration
GNU Lesser General Public License v3.0
42 stars 44 forks source link

Hide password in retry (method-call) to MQ broker #17

Closed bobslee closed 5 years ago

bobslee commented 5 years ago

Upon sending a retry method-call to the MQ broker, the password (in kwargs) is visible in the message. I noticed this when viewing tasks in Flower (Celery monitor tool).

Solve this with same implementation (the kwargsrepr feature) of #4