-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Labels
Milestone
Description
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.
sbulen