Actions
Issue #7387
closedTasks not delivered to resource-manager are not cleaned up
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
If task was not delivered to resource manager because of redis queue failure, it will forever stay in waiting state.
Steps to reproduce:
- Start API service.
- Trigger a task. Check a record is created in table
core_task
and it is inwaiting
state. - Kill redis. (The best way to imitate the behavior is to disable pestistent storage for redis).
- Start redis.
- Start resource manager.
- Start worker.
Result:
- Task created on step 2 is not cleaned up from
core_task
database table and persists inwaiting
state.
Related issues
Updated by fao89 over 4 years ago
- Related to Issue #6449: Tasks stuck in Waiting state added
Updated by fao89 over 4 years ago
- Related to Issue #6533: Task get stuck in 'running' state added
Updated by daviddavis over 4 years ago
- Is duplicate of Issue #6449: Tasks stuck in Waiting state added
Actions