exodus-framework 2.0.694 → 2.0.695

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,8 +84,7 @@ class TaskQueueService extends TaskServiceBase {
84
84
  password: _app.Core.settings.getCache().password
85
85
  };
86
86
  this.log('Initializing jobs...', 'info');
87
-
88
- // await this.importAllJobs();
87
+ await this.importAllJobs();
89
88
  await this.processAllJobs();
90
89
  this.log('All jobs initializeds...', 'info');
91
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.694",
3
+ "version": "2.0.695",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",