Skip to content

Commit

Permalink
Increase default publish login readiness checks to run 60 times every…
Browse files Browse the repository at this point in the history
… 15 seconds #110 .
  • Loading branch information
cliffano committed Jul 27, 2018
1 parent d0025b9 commit ef6c7be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.5.3
* Increase default publish login readiness checks to run 60 times every 15 seconds #110

### 2.5.2
* Set http_proxy and no_proxy to cron http support
* Add configurable chaos monkey settings
Expand Down
4 changes: 2 additions & 2 deletions data/author-publish-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ aem_curator::config_publish::publish_port: 4503
aem_curator::config_publish::credentials_file: "%{hiera('common::credentials_file')}"
aem_curator::config_publish::enable_deploy_flag: false
aem_curator::config_publish::login_ready_max_tries: 60
aem_curator::config_publish::login_ready_base_sleep_seconds: 5
aem_curator::config_publish::login_ready_max_sleep_seconds: 5
aem_curator::config_publish::login_ready_base_sleep_seconds: 15
aem_curator::config_publish::login_ready_max_sleep_seconds: 15
aem_curator::config_publish::enable_crxde: false
aem_curator::config_publish::enable_default_passwords: false
aem_curator::config_publish::aem_password_reset_source: "s3://%{::data_bucket_name}/%{::stack_prefix}/aem-password-reset-content-%{hiera('aem_curator::config_publish::aem_password_reset_version')}.zip"
Expand Down
4 changes: 2 additions & 2 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ aem_curator::config_author_dispatcher::exec_path: "%{alias('exec_path')}"
aem_curator::config_publish_dispatcher::exec_path: "%{alias('exec_path')}"

publish::login_ready_max_tries: 60
publish::login_ready_base_sleep_seconds: 5
publish::login_ready_max_sleep_seconds: 5
publish::login_ready_base_sleep_seconds: 15
publish::login_ready_max_sleep_seconds: 15

# AEM Scheduled jobs
aem_curator::config_aem_scheduled_jobs::base_dir: "%{hiera('common::base_dir')}"
Expand Down
4 changes: 2 additions & 2 deletions data/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ aem_curator::config_publish::publish_port: 4503
aem_curator::config_publish::credentials_file: "%{hiera('common::credentials_file')}"
aem_curator::config_publish::enable_deploy_flag: false
aem_curator::config_publish::login_ready_max_tries: 60
aem_curator::config_publish::login_ready_base_sleep_seconds: 5
aem_curator::config_publish::login_ready_max_sleep_seconds: 5
aem_curator::config_publish::login_ready_base_sleep_seconds: 15
aem_curator::config_publish::login_ready_max_sleep_seconds: 15
aem_curator::config_publish::enable_crxde: false
aem_curator::config_publish::enable_default_passwords: false
aem_curator::config_publish::aem_password_reset_source: "s3://%{::data_bucket_name}/%{::stack_prefix}/aem-password-reset-content-%{hiera('aem_curator::config_publish::aem_password_reset_version')}.zip"
Expand Down

0 comments on commit ef6c7be

Please sign in to comment.