Skip to content

Commit c98fd04

Browse files
authored
Update max changes for osmdbt-create-diff (#386)
1 parent 688d985 commit c98fd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/replication-job/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ function execute_replication_cycle() {
466466

467467
# Step 4: Create OSM diff files from log files
468468
echo "$(date +%F_%H:%M:%S): Step 4: Running osmdbt-create-diff (creating OSM change files)..."
469-
if ! /osmdbt/build/src/osmdbt-create-diff -c "$osmdbtConfig" 2>&1 | tee -a "${logDirectory}/osmdbt-create-diff.log"; then
469+
if ! /osmdbt/build/src/osmdbt-create-diff --quiet --with-comment --max-changes=50000 -c "$osmdbtConfig" 2>&1 | tee -a "${logDirectory}/osmdbt-create-diff.log"; then
470470
local error_msg="🚨 ${ENVIROMENT:-production}: osmdbt-create-diff failed"
471471
echo "$(date +%F_%H:%M:%S): $error_msg"
472472
send_slack_message "$error_msg"

0 commit comments

Comments
 (0)