Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
8339ebad
Commit
8339ebad
authored
15 years ago
by
buczekp
Browse files
Options
Downloads
Patches
Plain Diff
[LMS-1453] extended service properties with archiver
SVN: 15232
parent
20430334
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datastore_server/etc/service.properties
+34
-2
34 additions, 2 deletions
datastore_server/etc/service.properties
with
34 additions
and
2 deletions
datastore_server/etc/service.properties
+
34
−
2
View file @
8339ebad
...
@@ -69,8 +69,8 @@ download-url = http://localhost:8889
...
@@ -69,8 +69,8 @@ download-url = http://localhost:8889
# SMTP properties (must start with 'mail' to be considered).
# SMTP properties (must start with 'mail' to be considered).
# mail.smtp.host = localhost
# mail.smtp.host = localhost
# mail.from = datastore_server@localhost
# mail.from = datastore_server@localhost
#
mail.smtp.user =
#mail.smtp.user =
#
mail.smtp.password =
#mail.smtp.password =
# Maximum number of retries if renaming failed.
# Maximum number of retries if renaming failed.
# renaming.failure.max-retries = 12
# renaming.failure.max-retries = 12
...
@@ -232,3 +232,35 @@ csv-thread.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
...
@@ -232,3 +232,35 @@ csv-thread.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
csv-thread.type-extractor.file-format-type
=
CSV
csv-thread.type-extractor.file-format-type
=
CSV
csv-thread.type-extractor.locator-type
=
RELATIVE_LOCATION
csv-thread.type-extractor.locator-type
=
RELATIVE_LOCATION
csv-thread.type-extractor.data-set-type
=
CSV
csv-thread.type-extractor.data-set-type
=
CSV
# ---------------------------------------------------------------------------
# (optional) archiver configuration
# ---------------------------------------------------------------------------
# Configuration of an archiver task. All properties are prefixed with 'archiver.'.
# Archiver class specification (together with the list of packages this class belongs to).
archiver.class
=
ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.DemoArchiver
# ---------------------------------------------------------------------------
# maintenance plugins configuration
# ---------------------------------------------------------------------------
# Comma separated names of maintenance plugins.
# Each plugin should have configuration properties prefixed with its name.
# Mandatory properties for each <plugin> include:
# <plugin>.class - Fully qualified plugin class name
# <plugin>.interval - The time between plugin executions (in seconds)
maintenance-plugins
=
auto-archiver
# Performs automatic archivization of 'ACTIVE' data sets based on their properties
auto-archiver.class
=
ch.systemsx.cisd.etlserver.plugins.AutoArchiverTask
# The time between subsequent archivizations (in seconds)
# auto-archiver.interval = 86400
# following properties are optional
# only data sets of specified type will be archived
#auto-archiver.data-set-type = UNKNOWN
# only data sets that are older than specified number of days will be archived (default = 0)
#auto-archiver.older-than = 90
# fully qualified class name of a policy that additionally filters data sets to be filtered
#
auto-archiver.policy.class
=
ch.systemsx.cisd.etlserver.plugins.DummyAutoArchiverPolicy
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment