Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[celery#305]:
extend_task_props_callback
relocated.
`extend_task_props_callback` moved from `_get_extended_properties` to `_store_result`. Suggested by @AllesVeldman. `extend_task_props_callback` will get the `request` object as first parameter and a copy of `task_props` (avoiding potential manipulation of the original `task_props`) as second paramenter. --- Resolves celery#305 Fixes celery#314
- Loading branch information