shinesolutions/puppet-aem-curator

Allow configurable timeout to support deployment of large AEM packages

Closed this issue · 2 comments

Even though most users chose to split their AEM code and content into smaller packages, some use cases might mandate a user to place the whole DAM content into a single AEM package.

The current AEM status checking timeout (120 checks every 2 seconds) is not enough to cover the above scenario.

This setting needs to be configurable for both deploy_artifact and deploy_artifacts, the parameter should be injected via stack-provisioner's Hiera config, and overridable from Stack Builder's YAML config.

The commit for this issue: 497c6dd

Done.
Configurable timeout was added to v0.9.21 for multiple artifacts deployment, add v0.9.28 for single artifact deployment.