Project

Profile

Help

Story #2978

closed

As a user, applicability task is visible in the task list

Added by jsherril@redhat.com over 6 years ago. Updated almost 4 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

Right now task group tasks (such as those for applicability generation) are completely invisible to pulp-admin

This makes it more difficult to tell what pulp is doing and generally causes confusion. Things that should be simple to answer become very difficult, such as:

  • what are my pulp workers doing?
  • why isn't my sync running?
  • what is currently running on this worker?

This would greatly help to debug issues.

Actions #1

Updated by jsherril@redhat.com over 6 years ago

  • Subject changed from Make task group tasks visible to Make task-group tasks visible
Actions #2

Updated by mhrivnak over 6 years ago

FWIW the fact that these tasks are related to a task group is a coincidence and not related to whether or not they appear as a "user-facing" task.

Actions #3

Updated by ttereshc over 6 years ago

  • Tracker changed from Issue to Story
  • Subject changed from Make task-group tasks visible to As a user, applicability task is visible in the task list
  • % Done set to 0
Actions #5

Updated by ttereshc about 6 years ago

Easy workaround is to look into DB directly:

Number of all tasks which are running or waiting to be picked up:
$ mongo pulp_database --eval 'db.task_status.find({"state": {"$in": ["waiting","running"]}}).count()'

List of all those tasks (write to a file if there are many tasks):
$ mongo pulp_database --eval 'db.task_status.find({"state": {"$in": ["waiting","running"]}}).forEach(printjson)' > tasks_list.log

Actions #6

Updated by bmbouter almost 5 years ago

  • Tags Pulp 2 added
Actions #7

Updated by ttereshc about 4 years ago

  • Status changed from NEW to CLOSED - WONTFIX

Pulp 2 is in maintenance mode, only very high prio items are being fixed/implemented.
There is a relatively simple workaround, see comment 5.

Actions #8

Updated by bmbouter almost 4 years ago

  • Category deleted (14)

We are removing the 'API' category per open floor discussion June 16, 2020.

Also available in: Atom PDF