Skip to content

Commit

Permalink
Development environments: enable replication delay
Browse files Browse the repository at this point in the history
Set a delay time for asynchronous replication on development environments that
have replication enabled, in order to reduce the risk that concurrent
access by the replication job affects test results.
  • Loading branch information
stsnel committed Aug 22, 2023
1 parent 45bfb09 commit 89adf72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environments/development/allinone/group_vars/allinone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ irods_repl_resc:
- irodsRescRepl
- irodsRescReplS3

async_replication_delay_time: 3600 # Delay after last modification to data object before replication job can process it (sec)

# S3 configuration
enable_s3_resource: False
s3_access_key: minioadmin
Expand Down
2 changes: 2 additions & 0 deletions environments/development/el8-database/group_vars/el8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ irods_repl_resc:
- irodsRescRepl
- irodsRescReplS3

async_replication_delay_time: 3600 # Delay after last modification to data object before replication job can process it (sec)

# S3 configuration
enable_s3_resource: False
s3_access_key: minioadmin
Expand Down
2 changes: 2 additions & 0 deletions environments/development/full/group_vars/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ irods_repl_resc:
- irodsRescRepl
- irodsRescReplS3

async_replication_delay_time: 3600 # Delay after last modification to data object before replication job can process it (sec)

# S3 configuration
enable_s3_resource: False
s3_access_key: minioadmin
Expand Down
2 changes: 2 additions & 0 deletions environments/development/ubuntu/group_vars/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ irods_repl_resc:
- irodsRescRepl
- irodsRescReplS3

async_replication_delay_time: 3600 # Delay after last modification to data object before replication job can process it (sec)

# S3 configuration
enable_s3_resource: False
s3_access_key: minioadmin
Expand Down

0 comments on commit 89adf72

Please sign in to comment.