Skip to content
Snippets Groups Projects
Commit 0a0beb74 authored by sveseli's avatar sveseli
Browse files

configuration chages related to file processing and retries

parent 0898e2fb
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,11 @@ minFileProcessingDelayInSeconds=10 ...@@ -18,8 +18,11 @@ minFileProcessingDelayInSeconds=10
fileSystemEventTimeoutInSeconds=10 fileSystemEventTimeoutInSeconds=10
[FileProcessingManager] [FileProcessingManager]
nProcessingThreads=3 numberOfProcessingThreads=3
fileProcessor1=dm.common.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin() defaultNumberOfRetries=3
defaultRetryWaitPeriodInSeconds=60
fileProcessor1=dm.common.processing.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin()
fileProcessor2=dm.daq_web_service.service.impl.dsProcessFileNotificationPlugin.DsProcessFileNotificationPlugin()
[DsRestApiFactory] [DsRestApiFactory]
username=DM_SYSTEM_USER username=DM_SYSTEM_USER
......
...@@ -11,14 +11,22 @@ principalRetriever=DbPrincipalRetriever() ...@@ -11,14 +11,22 @@ principalRetriever=DbPrincipalRetriever()
principalAuthenticator1=CryptedPasswordPrincipalAuthenticator() principalAuthenticator1=CryptedPasswordPrincipalAuthenticator()
principalAuthenticator2=LdapPasswordPrincipalAuthenticator(serverUrl='ldaps://phoebusldap.aps.anl.gov:636', dnFormat='uid=%s,ou=people,o=aps.anl.gov,dc=aps,dc=anl,dc=gov') principalAuthenticator2=LdapPasswordPrincipalAuthenticator(serverUrl='ldaps://phoebusldap.aps.anl.gov:636', dnFormat='uid=%s,ou=people,o=aps.anl.gov,dc=aps,dc=anl,dc=gov')
[StorageManager] [ExperimentManager]
storageDirectory=DM_STORAGE_DIR storageDirectory=DM_STORAGE_DIR
manageStoragePermissions=True
platformUtility=dm.common.utility.linuxUtility.LinuxUtility()
[DbManager] [DbManager]
dbSchema=DM_DB_NAME dbSchema=DM_DB_NAME
dbUser=DM_DB_NAME dbUser=DM_DB_NAME
dbPasswordFile=DM_INSTALL_DIR/etc/DM_DB_NAME.db.passwd dbPasswordFile=DM_INSTALL_DIR/etc/DM_DB_NAME.db.passwd
[FileProcessingManager]
numberOfProcessingThreads=3
defaultNumberOfRetries=3
defaultRetryWaitPeriodInSeconds=60
#fileProcessor1=
# Available logger levels: debug, info, warn, error, critical # Available logger levels: debug, info, warn, error, critical
[ConsoleLogging] [ConsoleLogging]
handler=ConsoleLoggingHandler(sys.stdout,) handler=ConsoleLoggingHandler(sys.stdout,)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment