0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust2,189 forks (2,189 forks)batch import
component/storagedifficulty/mediumhelp wantedtype/enhancement
Repository metrics
- Stars
- 15,922 stars (15,922 stars)
- PR merge metrics
- Avg merge 28d 9h (Avg merge 28d 9h)68 merged PRs in 30d (68 merged PRs in 30d)
Description
We have already refactored worker, so now we can use worker + timer for the scheduler. We can use the local metrics and then flush to global metrics in a timer.
Contributor guide
- Research direction
- Understand the current scheduler metrics architecture, then implement local metrics collection that flushes to global metrics periodically using a timer.
- Tech stack
- rust
- Domain
- backenddatabasedistributed systems
- Issue type
- Refactor
- Prerequisites
- RustDistributed Systems