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.
- package/lib/services/task.js +1 -2
- package/package.json +1 -1
package/lib/services/task.js
CHANGED
@@ -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
|
}
|