Skip to content

Fix task retry KeyError bug#87

Merged
kodless merged 1 commit intomasterfrom
fix-task-retry-key-error-bug
Oct 2, 2024
Merged

Fix task retry KeyError bug#87
kodless merged 1 commit intomasterfrom
fix-task-retry-key-error-bug

Conversation

@kodless
Copy link
Owner

@kodless kodless commented Oct 1, 2024

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bug fix

What is the current behavior? (You can also link to an open issue here)

KeyError on queue when retrying a task with task event that does not have a the queue attribute indexes (sometimes celery does not send the queue name on client events)

What is the new behavior (if this is a feature change)?

Ignore queue when publishing task-sent event.

Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)

No

@kodless kodless merged commit 3d375eb into master Oct 2, 2024
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.

1 participant