- Adding unit tests for Server
This commit is contained in:
@@ -18,11 +18,8 @@ struct Options {
|
||||
size_t webThreads = 50;
|
||||
size_t dagThreads = 20;
|
||||
|
||||
// Pool name -> Executor Type + nWorkers
|
||||
std::unordered_map<std::string, std::pair<std::string, size_t>> executors;
|
||||
|
||||
// Logger Config
|
||||
std::vector<std::unique_ptr<daggy::loggers::dag_run::DAGRunLogger>> loggers;
|
||||
std::unique_ptr<daggy::executors::task::TaskExecutor> executor;
|
||||
std::unique_ptr<daggy::loggers::dag_run::DAGRunLogger> logger;
|
||||
};
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
Reference in New Issue
Block a user