abmp-npm 1.1.108 → 1.1.110
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/backend/jobs.js +1 -0
- package/package.json +2 -2
package/backend/jobs.js
CHANGED
|
@@ -21,6 +21,7 @@ async function runScheduledTasks() {
|
|
|
21
21
|
async function scheduleDailyPullTask(backupDate = null) {
|
|
22
22
|
try {
|
|
23
23
|
console.log('scheduleDailyPullTask started!');
|
|
24
|
+
console.log(`backupDate: ${backupDate}`);
|
|
24
25
|
return await taskManager().schedule({
|
|
25
26
|
name: TASKS_NAMES.ScheduleDailyMembersDataSync,
|
|
26
27
|
data: backupDate ? { backupDate } : {}, // keeping it like this so it would be easier to understand which task was backed up which is not while looking into CMS.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abmp-npm",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.110",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"check-cycles": "madge --circular .",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"csv-parser": "^3.0.0",
|
|
51
51
|
"ngeohash": "^0.6.3",
|
|
52
52
|
"phone": "^3.1.67",
|
|
53
|
-
"psdev-task-manager": "1.1.
|
|
53
|
+
"psdev-task-manager": "1.1.10",
|
|
54
54
|
"psdev-utils": "1.1.1"
|
|
55
55
|
}
|
|
56
56
|
}
|