-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
- Generate schema code in Rust, possibility for (semi-)automatic updating refactor: generate schema code in
build.rs#83- Do we want to keep the generated code tracked in the main branch, or if not how can we have nice diffs between generations? (generated in a different branch?)
- Figure out an API to unify the new
try_methods from feat: addtry_methods requiring min_capacity to be available to execute ("minimum quota feature") #79 - Cleanup the error types (maybe use
thiserroras a helper)- Remove
source_reqwest_error
- Remove
- Adjust rate limiting
- Move away from using sleep "rejection sampling" to obtain rate limits, use a proper waker queue/semaphore instead
- Examine possible race conditions when obtaining rate limit tokens due to not holding on to locks
- Figure out what other breaking changes to make!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels