[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2953: Update status API
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Jan 17 17:03:10 UTC 2019
#2953: Update status API
---------------------+---------------------------
Reporter: meejah | Owner:
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: unknown | Version: 1.12.1
Keywords: | Launchpad Bug:
---------------------+---------------------------
As per some Slack discussions with @cypher the status API isn't quite
working for GridSync. Currently, the status API gives you:
- all currently pending or active operations
- a history of the last 20 operations
So, if you happen to call the API "fast enough" you could know everything
that it has done. It might be better to base the size of the history queue
on "time" rather than number of items. Some ideas in this regard:
- history is "last X seconds"
- ALL history is kept as long as new upload/downloads are added or
pending; some defined time after that, they will disappear (better
wording?)
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2953>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list