Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize broker routing #75

Open
clavin opened this issue Jun 28, 2021 · 0 comments
Open

Modularize broker routing #75

clavin opened this issue Jun 28, 2021 · 0 comments

Comments

@clavin
Copy link
Member

clavin commented Jun 28, 2021

Currently the bulk of the broker module's web API processing code lives in a single server.ts file. Separating the web API code into discrete pieces (e.g. similar to how our routing splits job routes from token routes) could also provide a better method of testing the web API processing code separately from the Broker itself.

@ckerr ckerr added this to Backlog in Sprints Jul 6, 2021
@ckerr ckerr moved this from Unsorted to Backlog - Technical Debt in Sprints Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Sprints
Backlog - Technical Debt
Development

No branches or pull requests

2 participants