processRegister : function (job, done) {
        if (job.data.id == undefined) {
            models.Datasource.findAll({}).then(function (dss) {
                dss.forEach(jobs.createRegister)
            })