This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 48d1dafc8964c4ac85de6dfaa9325c24bd06cfbd Author: LanKhuat <[email protected]> AuthorDate: Thu Mar 26 20:49:49 2020 +0700 JAMES-3117 Add healthcheck.propeties config file in guice packages --- .../guice/cassandra-ldap/destination/conf/healthcheck.properties | 7 +++++-- .../destination/conf/healthcheck.properties | 7 +++++-- .../cassandra-rabbitmq/destination/conf/healthcheck.properties | 7 +++++-- .../run/guice/cassandra/destination/conf/healthcheck.properties | 7 +++++-- .../run/guice/jpa-smtp/destination/conf/healthcheck.properties | 7 +++++-- dockerfiles/run/guice/jpa/destination/conf/healthcheck.properties | 7 +++++-- .../run/guice/memory/destination/conf/healthcheck.properties | 7 +++++-- 7 files changed, 35 insertions(+), 14 deletions(-) diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/healthcheck.properties b/dockerfiles/run/guice/cassandra-ldap/destination/conf/healthcheck.properties index 235a828..9f3bad1 100644 --- a/dockerfiles/run/guice/cassandra-ldap/destination/conf/healthcheck.properties +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/healthcheck.properties @@ -22,6 +22,9 @@ # Read https://james.apache.org/server/config-healthcheck.html for further details -# Optional. Period in seconds between two PeriodicalHealthChecks. Default value is 60 -# healthcheck.period=60 +# Optional. Period between two PeriodicalHealthChecks. +# Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond. +# Default duration is 60 seconds. +# Duration must be greater or at least equals to 10 seconds. +# healthcheck.period=60s diff --git a/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/healthcheck.properties b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/healthcheck.properties index 24873dc..9f3bad1 100644 --- a/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/healthcheck.properties +++ b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/healthcheck.properties @@ -22,6 +22,9 @@ # Read https://james.apache.org/server/config-healthcheck.html for further details -# Optional. Period between two PeriodicalHealthChecks. The formats accepted are based on the ISO-8601 duration format. Default duration is 60 seconds. -# healthcheck.period=PT60s +# Optional. Period between two PeriodicalHealthChecks. +# Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond. +# Default duration is 60 seconds. +# Duration must be greater or at least equals to 10 seconds. +# healthcheck.period=60s diff --git a/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/healthcheck.properties b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/healthcheck.properties index 24873dc..9f3bad1 100644 --- a/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/healthcheck.properties +++ b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/healthcheck.properties @@ -22,6 +22,9 @@ # Read https://james.apache.org/server/config-healthcheck.html for further details -# Optional. Period between two PeriodicalHealthChecks. The formats accepted are based on the ISO-8601 duration format. Default duration is 60 seconds. -# healthcheck.period=PT60s +# Optional. Period between two PeriodicalHealthChecks. +# Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond. +# Default duration is 60 seconds. +# Duration must be greater or at least equals to 10 seconds. +# healthcheck.period=60s diff --git a/dockerfiles/run/guice/cassandra/destination/conf/healthcheck.properties b/dockerfiles/run/guice/cassandra/destination/conf/healthcheck.properties index 24873dc..9f3bad1 100644 --- a/dockerfiles/run/guice/cassandra/destination/conf/healthcheck.properties +++ b/dockerfiles/run/guice/cassandra/destination/conf/healthcheck.properties @@ -22,6 +22,9 @@ # Read https://james.apache.org/server/config-healthcheck.html for further details -# Optional. Period between two PeriodicalHealthChecks. The formats accepted are based on the ISO-8601 duration format. Default duration is 60 seconds. -# healthcheck.period=PT60s +# Optional. Period between two PeriodicalHealthChecks. +# Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond. +# Default duration is 60 seconds. +# Duration must be greater or at least equals to 10 seconds. +# healthcheck.period=60s diff --git a/dockerfiles/run/guice/jpa-smtp/destination/conf/healthcheck.properties b/dockerfiles/run/guice/jpa-smtp/destination/conf/healthcheck.properties index 24873dc..9f3bad1 100644 --- a/dockerfiles/run/guice/jpa-smtp/destination/conf/healthcheck.properties +++ b/dockerfiles/run/guice/jpa-smtp/destination/conf/healthcheck.properties @@ -22,6 +22,9 @@ # Read https://james.apache.org/server/config-healthcheck.html for further details -# Optional. Period between two PeriodicalHealthChecks. The formats accepted are based on the ISO-8601 duration format. Default duration is 60 seconds. -# healthcheck.period=PT60s +# Optional. Period between two PeriodicalHealthChecks. +# Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond. +# Default duration is 60 seconds. +# Duration must be greater or at least equals to 10 seconds. +# healthcheck.period=60s diff --git a/dockerfiles/run/guice/jpa/destination/conf/healthcheck.properties b/dockerfiles/run/guice/jpa/destination/conf/healthcheck.properties index 24873dc..9f3bad1 100644 --- a/dockerfiles/run/guice/jpa/destination/conf/healthcheck.properties +++ b/dockerfiles/run/guice/jpa/destination/conf/healthcheck.properties @@ -22,6 +22,9 @@ # Read https://james.apache.org/server/config-healthcheck.html for further details -# Optional. Period between two PeriodicalHealthChecks. The formats accepted are based on the ISO-8601 duration format. Default duration is 60 seconds. -# healthcheck.period=PT60s +# Optional. Period between two PeriodicalHealthChecks. +# Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond. +# Default duration is 60 seconds. +# Duration must be greater or at least equals to 10 seconds. +# healthcheck.period=60s diff --git a/dockerfiles/run/guice/memory/destination/conf/healthcheck.properties b/dockerfiles/run/guice/memory/destination/conf/healthcheck.properties index 24873dc..9f3bad1 100644 --- a/dockerfiles/run/guice/memory/destination/conf/healthcheck.properties +++ b/dockerfiles/run/guice/memory/destination/conf/healthcheck.properties @@ -22,6 +22,9 @@ # Read https://james.apache.org/server/config-healthcheck.html for further details -# Optional. Period between two PeriodicalHealthChecks. The formats accepted are based on the ISO-8601 duration format. Default duration is 60 seconds. -# healthcheck.period=PT60s +# Optional. Period between two PeriodicalHealthChecks. +# Units supported are (ms - millisecond, s - second, m - minute, h - hour, d - day). Default unit is millisecond. +# Default duration is 60 seconds. +# Duration must be greater or at least equals to 10 seconds. +# healthcheck.period=60s --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
