async.waterfall([
            function(cb) {
              res.article.sync(function() { cb(); });
            },
            function(cb) {