You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[celery#305] Added a sanity check to task_props_extension
Added `get_task_props_extension` to `settings` module which will raise
an `ImproperlyConfigured` when the task_props_extension doesn't complies
with the Mapping protocol.
`DatabaseBackend` will make use of `get_task_props_extension` to update
a potential custom model with the custom properties
---
Resolvescelery#305Fixescelery#314
0 commit comments