View Completed Task on Dashboard #107
-
Hi Team, We are able to see Running, Pending and Scheduled task in a queue using dashboard. Is it possible to enable a option on UI where we can see those task with data which completed the execution. Note: We can see the graph, but we want to see completed task data on UI as we are able to see the scheduled ones. Please help around this. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Did you mean to add completed tasks section on top navigation bar? Even each queue has such sections, the problem with completed tasks is it will consume Redis resources and that can lead to OOM. We can add another datastore to store completed tasks if you want. What all data do you need about completed tasks? |
Beta Was this translation helpful? Give feedback.
-
There's no specific key they're stored in message metadata, so you need to scan to identify them. We need to add message ids in ZSET and display them, we need to also delete older keys periodically as it can increase the overall memory usage. Will look into this soon.
Yes it's possible to display such data see affirmative information. |
Beta Was this translation helpful? Give feedback.
-
Can you try version 2.10.0.SNAPSHOT and see if this works for you? |
Beta Was this translation helpful? Give feedback.
There's no specific key they're stored in message metadata, so you need to scan to identify them. We need to add message ids in ZSET and display them, we need to also delete older keys periodically as it can increase the overall memory usage. Will look into this soon.
Yes it's possible to display such data see affirmative information.