influxdata / influxdata/influxdb
HTTP check service should not know about tasks service
Open
kind/refactor
team/api
team/compute
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Currently, the http check service is http aware as it creates an unnecessary dependency on the task service. It was an explicit design decision to keep them separated.
Contributor guide
Research direction
Start by tracing how the HTTP check service depends on the task service and review the existing service boundaries. Identify the dependency that makes the HTTP check service task-aware. Done means the services remain separated and the HTTP check service no longer depends on the task service.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, databases
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100