C-Otto / BitBook

BitBook helps you organize your bitcoin addresses and transactions.
https://bitbook.c-otto.de
MIT License
43 stars 6 forks source link

Bug: Numbers reported by QueueStatus are not accurate #68

Closed C-Otto closed 3 years ago

C-Otto commented 3 years ago

Describe the bug As soon as several requests are queued, the numbers reported by QueueStatus are not accurate. This seems to happen because some requests haven't entered the queue, yet. As soon as one request is finished, a new request is enqueued. As such the number of outstanding requests is not accurate.

To Reproduce Run list-owned-addresses for >100 owned addresses that need to be checked for new transactions (i.e. the "last checked" property is old).

Expected behavior The number reported by QueueStatus shows the total number of outstanding (standard priority) requests.