Skip to content

Amqp backend add missing support for extended result#5495

Merged
auvipy merged 1 commit into
celery:masterfrom
adimux:amqp-backend-extended-result
May 2, 2019
Merged

Amqp backend add missing support for extended result#5495
auvipy merged 1 commit into
celery:masterfrom
adimux:amqp-backend-extended-result

Conversation

@adimux

@adimux adimux commented May 1, 2019

Copy link
Copy Markdown
Contributor

Note: Before submitting this pull request, please review our contributing
guidelines
.

Description

Fixes #5436 for the AMQP back-end

@adimux
adimux force-pushed the amqp-backend-extended-result branch from 592fae0 to 09e2da7 Compare May 1, 2019 17:19
@adimux adimux changed the title Amqp backend extended result Amqp backend add missing support for extended result May 1, 2019
@mrkcmo

mrkcmo commented May 2, 2019

Copy link
Copy Markdown
Contributor

@adimux will this fix the SQl Alchemy backend or just the AMQP?

@auvipy

auvipy commented May 2, 2019

Copy link
Copy Markdown
Member

just AMQ

@auvipy
auvipy merged commit a7f9228 into celery:master May 2, 2019
@auvipy auvipy added this to the 4.4.0 milestone May 2, 2019
Comment thread celery/backends/amqp.py
'traceback': traceback,
'children': self.current_task_children(request)}
if self.app.conf.find_value_for_key('extended', 'result'):
payload['name'] = getattr(request, 'task_name', None)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the task name attribute is task and not task_name, see the pull request #5486.

jeyrce pushed a commit to jeyrce/celery that referenced this pull request Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Celery 4.3 result_extended doesn't push extended meta data to some backends when set to true

4 participants