Skip to content

Commit

Permalink
Merge branch 'main' into alisha/destination-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alishakawaguchi committed Jan 23, 2025
2 parents 0e31095 + cfeb6fb commit 26c3fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/benthos/benthos-builder/builders/generate-ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (b *generateAIBuilder) BuildDestinationConfig(ctx context.Context, params *
// retry processor and output several times
Retry: &neosync_benthos.RetryConfig{
InlineRetryConfig: neosync_benthos.InlineRetryConfig{
MaxRetries: 10,
MaxRetries: 1,
},
Output: neosync_benthos.OutputConfig{
Outputs: neosync_benthos.Outputs{
Expand Down

0 comments on commit 26c3fd0

Please sign in to comment.