Visibility of retry-queues
AnsweredIt would be very useful if the retry-queue would be visible in the endpoints.
1. it should be visible some place in the config view that it is X enitites in the retry-queue
2. we also need to be able to get a overview of the entities in the retry queue to verify that the queue is safe to resend
-
Official comment
We'll consider adding a metric to the metrics API that included the number of entities in the retry queue. Adding it to the service API would be much harder as calculating the number requires trawling through the entire execution dataset which might be huge, so that is unlikely to happen in the short term.
Regarding item 2 then you can do a text search in the execution dataset for `write-error:' and you'll get a list of all the entities in the retry queue.Comment actions
Please sign in to leave a comment.
Comments
1 comment