mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
1967d8aa3e
commit
9d8aca8f86
1 changed files with 4 additions and 10 deletions
14
TODO.md
14
TODO.md
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## High priority
|
||||
|
||||
* general
|
||||
* http and ws
|
||||
* add task to generate prometheus exports on regular interval to clean up
|
||||
data. this is important if peer_clients is activated
|
||||
|
||||
|
|
@ -12,7 +12,9 @@
|
|||
In that case, a shorter duration (e.g., 30 seconds) would be a good idea.
|
||||
|
||||
* general
|
||||
* panic sentinel not working? at least seemingly not in http?
|
||||
* Replace panic sentinel with checking threads like in udp implementation.
|
||||
It seems to be broken
|
||||
|
||||
|
||||
## Medium priority
|
||||
|
||||
|
|
@ -25,14 +27,6 @@
|
|||
* toml v0.7
|
||||
* syn v2.0
|
||||
|
||||
* quit whole program if any thread panics
|
||||
* But it would be nice not to panic in workers, but to return errors instead.
|
||||
Once JoinHandle::is_finished is available in stable Rust (#90470), an
|
||||
option would be to
|
||||
* Save JoinHandles
|
||||
* When preparing to quit because of PanicSentinel sending SIGTERM, loop
|
||||
through them, extract error and log it
|
||||
|
||||
* Run cargo-deny in CI
|
||||
|
||||
* aquatic_ws
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue