We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede401d commit 1e54fa6Copy full SHA for 1e54fa6
1 file changed
src/main/resources/application.properties
@@ -37,12 +37,12 @@ enableIPValidation=false
37
38
39
## quartz setup - fhir resource - bundle generation
40
-start-FHIR-resource-bundle-scheduler=false
+start-FHIR-resource-bundle-scheduler=true
41
cron-scheduler-FHIR-resource-bundle=0 0/5 * * * ? *
42
43
## quartz setup - patient profile creation
44
start-FHIR-patient-profile-scheduler=false
45
-cron-scheduler-FHIR-patient-profile=0 0/1 * * * ? *
+cron-scheduler-FHIR-patient-profile=0 0/3 * * * ? *
46
47
start-parsing-atom-feed-scheduler=false
48
cron-scheduler-atom-patient-feed=0 37 15 * * ? *
0 commit comments