novacode-nl / odoo-celery

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

Store and provide exception message (new field) #8

Closed bobslee closed 2 years ago

bobslee commented 5 years ago

In case an exception occurs, the trace is already stored into the field exc_info. It's maybe be beneficial to store only the message too - so one could filter or report about the type of errors (task failures) which occur after a while.

To implement:

KirylSudnikovich commented 3 years ago

@bobslee Is the task still relevant? I can implement this

bobslee commented 3 years ago

@0311snitch This is a nice to have. If you need this, of course you could implement.