cognoma / task-service

Cognoma Background Tasks API
Other
3 stars 2 forks source link

Consolidate core-service and task-service? #17

Closed dcgoss closed 7 years ago

dcgoss commented 7 years ago

Looking through the codebases, I keep wondering whether we could transfer task-service as an app to the core-service repo. Is it really necessary to run two separate django servers and databases for core-service and task-service? Wondering what y'all think. Tagging @dhimmel @awm33

dhimmel commented 7 years ago

@dcgoss I don't have a strong opinion. I believe @awm33 saw benefits to a having a separate service. But I'll defer to you what the best way forward is.

awm33 commented 7 years ago

@dcgoss @dhimmel There can be benefits to a separate service if the project grew much larger in scope. But given the projects progression over the last year, I think it's safe to combine them. Since there's a 1:1 ratio between classifiers and tasks, you could even just move the task management columns directly over to the classifier table.

dcgoss commented 7 years ago

Planning to go ahead with the consolidation. See https://github.com/cognoma/core-service/issues/73 and https://github.com/cognoma/core-service/pull/74.