#5701 Admin interface to list running & recent tasks

v1.0.0
closed
General
2015-08-20
2013-01-28
No

Along with [#5658] we should have transparency into what tasks are running.

We should have an admin interface page that queries for 'busy' tasks and lists them. Include the basic details. Don't display *args and **kwargs since they can be huge. Bonus - convert c.user & c.project ids into real names.

Make each task a link the detail view of the task (see [#5658]).

Showing recent tasks would be a useful mode to the page also. Be able to filter by _id using timestamps

Related

Tickets: #5658

Discussion

  • Dave Brondsema

    Dave Brondsema - 2013-01-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,4 +4,4 @@
    
     Make each task a link the detail view of the task (see [#5658]).
    
    -Showing recently running tasks would be a useful mode to the page also.  There aren't any good indexes on that, save for _id, so I think it'll have to be a simplistic view where we just show the last 100 (url param?) sorted by _id desc.
    +Showing recent tasks would be a useful mode to the page also. Be able to filter by _id using timestamps
    
    • size: --> 2
     

    Related

    Tickets: #5658

  • Dave Brondsema

    Dave Brondsema - 2013-01-28
    • labels: --> admintasks
     
  • Cory Johns - 2013-02-05
    • status: open --> in-progress
    • assigned_to: Cory Johns
     
  • Cory Johns - 2013-02-06
    • status: in-progress --> code-review
     
  • Cory Johns - 2013-02-06

    allura:cj/5701

     
  • Dave Brondsema

    Dave Brondsema - 2013-02-08
    • Milestone: forge-feb-08 --> forge-feb-22
     
  • Dave Brondsema

    Dave Brondsema - 2013-02-11
    • qa: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2013-02-11
    • status: code-review --> closed
     

Log in to post a comment.