Skip to content

Fixes #5439: When storing result, Request key is task, not task_name#5486

Merged
auvipy merged 1 commit into
celery:masterfrom
johnarnold:result_bugfix
Apr 25, 2019
Merged

Fixes #5439: When storing result, Request key is task, not task_name#5486
auvipy merged 1 commit into
celery:masterfrom
johnarnold:result_bugfix

Conversation

@johnarnold

Copy link
Copy Markdown
Contributor

Description

Fixes #5439 -- when storing Request metadata for task result, task_name key was being used, but the key was not initialized properly in the Request object and is always None. Since 'task' key is already in the Request properties, just use that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Celery 4.3] when result_extended=True task name is always None

3 participants