-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retries count and retry pause is configurable for all Asset Ingestors #1612
Retries count and retry pause is configurable for all Asset Ingestors #1612
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the CHANGELOG.md file with this pull request. |
I'm not sure that having the timeout replaced with retry_pause is a good idea. timeout is more of a connection timeout interval and that could be several seconds. Retry pause in the FAM actions class is something that is usually in milliseconds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments regarding timeout
bundle/src/main/java/com/adobe/acs/commons/mcp/impl/processes/asset/FileAssetIngestor.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/mcp/impl/processes/asset/UrlAssetImport.java
Outdated
Show resolved
Hide resolved
Hi @badvision, |
…Adobe-Consulting-Services#1612) * Retries count and retry pause is configurable for all Asset Ingestors
…#1612) * Retries count and retry pause is configurable for all Asset Ingestors
new configuration field was added for FAM tasks:
-retry count
-retry pause