Visibility of retry-queues

Answered

Comments

1 comment

  • Official comment
    Geir Ove Grønmo

    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 Permalink

Please sign in to leave a comment.