Skip to content

3.0: Interface for background tasks queue #7995

@jdarwood007

Description

@jdarwood007

We need an interface to the background queue.

It should let us:

  • view the queue
  • See the type of task to be performed
  • See the age of the task
  • Remove the task
  • Send the queue

Viewing the queue can help determine backlogs in processing.
Corrupted or broken queue items will not be removed from the queue. Allowing the admin a simple way to manage these would help.
Sending can help if the admin wants to push it should a high number of items be in the queue.

This is essentially a clone of the mail queue but for background tasks.

@Sesquipedalian Would this be able to make 3.0? Titled it for 3.0, but will leave the milestone up to you.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions