coder / coder/internal

DI framework for micro-service pattern within the Coder monolith

Open
#1,378 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

[cli/server.go](https://github.com/coder/coder/blob/main/cli/server.go#L317-L317) currently performs server initialization in a largely linear sequence with implicit dependencies between subsystems. As the Coder server has grown, this pattern has become harder to reason about and maintain.

Ideally we create a services DAG for startup & shutdown in the right order. A DI framework can be passed around for services to reference each other.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.