···25ratelimit = "0.10.0"
26rocksdb = { version = "0.23.0", optional = true }
27serde = { version = "1.0.215", features = ["derive"] }
028serde_with = { version = "3.12.0", features = ["hex"] }
29tinyjson = "2.5.1"
30tokio-util = "0.7.13"
···25ratelimit = "0.10.0"
26rocksdb = { version = "0.23.0", optional = true }
27serde = { version = "1.0.215", features = ["derive"] }
28+serde_json = "1.0.139"
29serde_with = { version = "3.12.0", features = ["hex"] }
30tinyjson = "2.5.1"
31tokio-util = "0.7.13"
+3-1
constellation/readme.md
···153 - [ ] read ops (api)
154 - [ ] expose internal stats?
155- [ ] figure out what's the right thing to do if merge op fails. happened on startup after an unclean reboot.
156-00157158cache
159- [ ] set api response headers
···153 - [ ] read ops (api)
154 - [ ] expose internal stats?
155- [ ] figure out what's the right thing to do if merge op fails. happened on startup after an unclean reboot.
156+- [x] backups!
157+ - [x] manual backup on startup
158+ - [x] background task to create backups on an interval
159160cache
161- [ ] set api response headers