Board.getBoardById(topicImage.board, function (err, board) {
                console.info('start board', new Date());
                if (err) {
                    return next(err);
                }