constructor() {
        super(config.get('queues.tasks'), true);
        this.taskMsg = {};
        this.task = {};
    }