Actions
Test #4728
closedTask Cancellation doesn't interrupt/cancel a running task with Celery 4+
Status:
CLOSED - WONTFIX
Priority:
High
Assignee:
-
Category:
-
Sprint/Milestone:
-
Version:
Platform Release:
Tags:
Pulp 2
Sprint:
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 bherring over 5 years ago
- Copied from Issue #4581: Task Cancellation doesn't interrupt/cancel a running task with Celery 4+ added
Updated by rochacbruno over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to rochacbruno
Updated by rochacbruno over 5 years ago
- Status changed from ASSIGNED to POST
Manual verification performed:
OS: Red Hat Enterprise Linux Server release 7.6 (Maipo)
Pulp Version: 2.20a1
Steps:
1. Created a Repository and synced EPEL (a long run task spawned) https://dl.fedoraproject.org/pub/epel/
2. Cancelled the task with `pulp-admin tasks cancel --task-id $task_id`
3. Monitored the `celery -A pulp.server.async.app inspect active` and asserted all active queues were empty.
Updated by dalley about 4 years ago
- Status changed from NEW to CLOSED - WONTFIX
At this time the best solution is to use Pulp 3
Actions