blob: 6609cc9b591dd5ff0d06f13017e66d2516a8ca74 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
#
# This file contains localization strings for configuration labels and
# descriptions as used in the metatype.xml descriptor generated by the
# the Sling SCR plugin
#
# Distribution Event Handler
dist.events.name = Distribution Event Handler
dist.events.description = Distributes local OSGi Event Admin events to \
other nodes of the same cluster. The events are written to the JCR \
repository for distribution to other nodes while events written to the \
repository are picked up and distributed locally through the OSGi Event Admin \
Service.
#
# Job Event Handler
job.events.name = Job Event Handler
job.events.description = Manages job scheduling on a single system as well \
as a cluster to enable running jobs on a single node only or on all nodes. \
The respective scheduling is persisted in the repository and distributed \
amongst the cluster nodes through Repository Events and locally in the nodes \
through the OSGi Event Admin.
sleep.time.name = Retry Interval
sleep.time.description = The number of milliseconds to sleep between two \
consecutive retries of a Job which failed and was set to be retried. The \
default value is 20 seconds. This value is only relevant if there is a single \
failed job in the queue. If there are multiple failed jobs, each job is \
retried in turn without and intervening delay.
max.job.retries.name = Maximum Retries
max.job.retries.description = The maximum number of times a failed job slated \
for retries is actually retried. If a job has been retried this number of \
times and still fails, it is not rescheduled and assumed to have failed. The \
default value is 10.
#
# Shared labels
scheduler.period.name = Event Cleanup Internal
scheduler.period.description = Interval in seconds in which events older than \
a specific age (see Event Cleanup Age) are purged from the repository. \
The default value is 30 minutes (1800 seconds).
cleanup.period.name = Event Cleanup Age
cleanup.period.description = The maximum age in minutes of persisted events to \
be purged from the repository during the cleanup run. The default is 15 \
minutes. Note that this setting defines the minimum time an event remains \
in the repository.
repository.path.name = Persistent Event Location
repository.path.description = Absolute Path of the Repository location where \
events are persisted to be picked up by the event distribution mechanism. \
The default value is "/sling/events".