Skip to content

Commit

Permalink
0006374: File Sync exceptions thrown by bsh script should be retried for
Browse files Browse the repository at this point in the history
transient errors
  • Loading branch information
Philip Marzullo committed Apr 30, 2024
1 parent 1bc34ec commit cad4f10
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions symmetric-core/src/main/resources/symmetric-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2534,6 +2534,22 @@ file.sync.enable=false
# Type: integer
file.sync.lock.wait.ms=300000

# How many times the file sync bean shell script will be attempted at the target node. The bean shell script will be
# attempted more than once if the exception java.nio.file.FileSystemException is thrown during the execution of the script.
#
# Tags: filesync
# DatabaseOverridable: true
# Type: integer
file.sync.retry.count=2

# How long to pause in milliseconds between the attempts of the bean shell script that is run at the target node when the execution of
# the script fails.
#
# Tags: filesync
# DatabaseOverridable: true
# Type: integer
file.sync.retry.delay.ms

# DatabaseOverridable: true
# Tags: jobs,filesync
job.file.sync.tracker.cron=0 0/5 * * * *
Expand Down

0 comments on commit cad4f10

Please sign in to comment.