-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
145c36b
commit c65dbd2
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,6 +121,7 @@ Below are descriptions of each option: | |
|
||
- sqsPhotoService.queueUrl | ||
- default: none | ||
- note: This will be provided by support once configured upon request. | ||
- sqsPhotoService.pollingIntervalSeconds | ||
- default: 0 | ||
- description: how long to wait between SQS requests for new messages | ||
|
@@ -156,19 +157,6 @@ Below are descriptions of each option: | |
- description: Allows downloading photos in near real-time by making use of queueing with AWS SQS. Please contact [email protected] to have a queue configured for you in AWS. | ||
- options: `CloudCardPhotoService` - Legacy photo service that allows scheduled polling for photos to download. This option may be helpful if managing the Downloader with the Windows Task Scheduler. | ||
|
||
#### SqsPhotoService Settings | ||
|
||
- sqsPhotoService.queueUrl | ||
- default: none | ||
- description: The URL of the SQS queue. This will be provided by support once configured upon request. | ||
- note: This is required if using the SqsPhotoService. | ||
|
||
- sqsPhotoService.pollingIntervalSeconds | ||
- default: 0 | ||
|
||
- sqsPhotoService.pollingDurationSeconds | ||
- default: 20 | ||
|
||
#### Shell/Batch Script Hook Settings ([Video](https://youtu.be/aJvwVxZtNTQ)) | ||
|
||
- ShellCommandService.preExecuteCommand | ||
|