Closed geaaru closed 3 years ago
Review the scheduler code to permit easy integration of different implementations of the scheduler logic.
https://github.com/MottainaiCI/mottainai-server/blob/develop/mottainai-scheduler/pkg/scheduler/default.go
Move AnalyzeQueue and GetTask2Inject to the SimpleTaskScheduler implementation.
Done with https://github.com/MottainaiCI/mottainai-server/commit/39c39d45def1ed10b67dadae23366cac1d6014a1
Review the scheduler code to permit easy integration of different implementations of the scheduler logic.
https://github.com/MottainaiCI/mottainai-server/blob/develop/mottainai-scheduler/pkg/scheduler/default.go
Move AnalyzeQueue and GetTask2Inject to the SimpleTaskScheduler implementation.