frontend icon indicating copy to clipboard operation
frontend copied to clipboard

A page to monitor background tasks

Open pregress opened this issue 11 months ago • 1 comments

Current Behavior

Missing

Proposed Behavior

Would be nice if there is a page where you can monitor the state of past and current background tasks.

Checklist

pregress avatar Jan 24 '25 10:01 pregress

Unfortunately this is not possible because the task queues are entirely in-memory, and tasks have no state that could be observed.

However, this will change with the upcoming version 5. You can see some background here: https://github.com/DependencyTrack/hyades/blob/adr-drop-kafka/docs/architecture/decisions/002-workflow-orchestration.md

We also teased this during out last community meeting (slides here):

Image

nscuro avatar Jan 24 '25 11:01 nscuro