We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd7124 commit cd23401Copy full SHA for cd23401
charts/thub/charts/lms-data-service/templates/event-scheduler-job-input-files-configmap.yaml
@@ -8,15 +8,14 @@ metadata:
8
description: >
9
This ConfigMap contains files used by thub-event-scheduler-job.
10
data:
11
- start-assigned-items-job.json: |
+ lms-end-incomplete-jobs.json: |
12
{
13
- "type": "ASSIGNED_ITEMS",
14
- "instruction": "START",
15
- "communicationType": "SFTP"
+ "type": "END_INCOMPLETE_DATA_SYNCS",
+ "instruction": "START"
16
}
17
- start-lms-learning-history-job.json: |
+ start-assigned-items-job.json: |
18
19
- "type": "LEARNING_HISTORY",
+ "type": "ASSIGNED_ITEMS",
20
"instruction": "START",
21
"communicationType": "SFTP"
22
@@ -44,10 +43,11 @@ data:
44
43
45
46
47
- lms-end-incomplete-jobs.json: |
+ start-lms-learning-history-job.json: |
48
49
- "type": "END_INCOMPLETE_DATA_SYNCS",
50
- "instruction": "START"
+ "type": "LEARNING_HISTORY",
+ "instruction": "START",
+ "communicationType": "SFTP"
51
52
53
{{/*
0 commit comments