Skip to content

Commit

Permalink
Merge pull request #1260 from mozzy11/develop
Browse files Browse the repository at this point in the history
add remote.poll.frequence property to the common properties
  • Loading branch information
mozzy11 authored Sep 10, 2024
2 parents af5521a + 0974a02 commit ee3d12d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ public class FhirApiWorkFlowServiceImpl implements FhirApiWorkflowService {
@Value("${org.openelisglobal.remote.source.updateStatus}")
private Optional<Boolean> remoteStoreUpdateStatus;

@Value("${org.openelisglobal.remote.source.identifier:}#{T(java.util.Collections).emptyList()}")
private List<String> remoteStoreIdentifier;

@Override
@Scheduled(initialDelay = 10 * 1000, fixedRateString = "${org.openelisglobal.remote.poll.frequency:120000}")
public void pollForRemoteTasks() {
Expand Down
1 change: 1 addition & 0 deletions volume/properties/common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ org.openelisglobal.crserver.password=
org.openelisglobal.remote.source.uri=
org.openelisglobal.remote.source.updateStatus=false
org.openelisglobal.remote.source.identifier=
org.openelisglobal.remote.poll.frequency=120000
org.openelisglobal.task.useBasedOn=true

org.openelisglobal.fhir.subscriber=
Expand Down

0 comments on commit ee3d12d

Please sign in to comment.