Node.js main thread blocking – Artificial Intelligence
i'm doing an artificial intelligence training and that method takes to long (5 minutes) and while my method is running my backend stay blocked waiting my method finish, is there any solution for it? train: (answersIA, search, res) => {…