Actions
Issue #4581
closedTask Cancellation doesn't interrupt/cancel a running task with Celery 4+
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.19.1
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 51
Quarter:
Description
See the upstream PR fix for it here from @rohanpm https://github.com/celery/kombu/pull/1029
The fix would be to include ^ PR in the kombu packages Pulp ships.
Related issues
Updated by dkliban@redhat.com over 5 years ago
I've confirmed that in Pulp 2.18.1 tasks are getting marked as cancelled in the database, but the celery process continues to execute the task.
Updated by CodeHeeler over 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 51
Added by dkliban@redhat.com over 5 years ago
Added by dkliban@redhat.com over 5 years ago
Revision 16fd6cc9 | View on GitHub
Update kombu qpid transport to correctly declare support for async event loop
Updated by dkliban@redhat.com over 5 years ago
- Status changed from NEW to MODIFIED
- Assignee set to dkliban@redhat.com
Updated by bherring over 5 years ago
- Copied to Test #4728: Task Cancellation doesn't interrupt/cancel a running task with Celery 4+ added
Updated by dkliban@redhat.com over 5 years ago
- Status changed from MODIFIED to 5
Updated by dkliban@redhat.com over 5 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Update kombu qpid transport to correctly declare support for async event loop
fixes: #4581 https://pulp.plan.io/issues/4581