Skip to content

Commit

Permalink
fix(sync-flow): alert on destination connector failures (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta authored Oct 23, 2024
1 parent 724f1bc commit f82591a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/activities/flowable_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func syncCore[TPull connectors.CDCPullConnectorCore, TSync connectors.CDCSyncCon
return dstConn.GetLastOffset(ctx, config.FlowJobName)
}()
if err != nil {
a.Alerter.LogFlowError(ctx, flowName, err)
return nil, err
}

Expand Down

0 comments on commit f82591a

Please sign in to comment.