Skip to content

Commit d7bc738

Browse files
benmoriceaugosusnp
andcommitted
chore: change error message (#13914)
Co-authored-by: Jimmy Ma <[email protected]>
1 parent 865e444 commit d7bc738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-cron/src/main/kotlin/io/airbyte/cron/jobs/WorkloadMonitor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ open class WorkloadMonitor(
125125
failWorkloads(
126126
nonHeartbeatingWorkloads.workloads,
127127
"Airbyte could not track the sync progress. " +
128-
"No heartbeat within the time limit indicates the process might have died.",
128+
"Sync process exited without reporting status.",
129129
CHECK_HEARTBEAT,
130130
)
131131
}

0 commit comments

Comments
 (0)