Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Mar 6, 2024
1 parent 46d4394 commit 9e2af57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/activities/flowable.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ func (a *FlowableActivity) ReplicateQRepPartitions(ctx context.Context,
)
for i, p := range partitions.Partitions {
logger.Info(fmt.Sprintf("batch-%d - waiting for 20 seconds before replicating partition - %s",
partitions.BatchId, p.PartitionId))
time.Sleep(20 * time.Second)

logger.Info(fmt.Sprintf("batch-%d - replicating partition - %s", partitions.BatchId, p.PartitionId))
Expand Down

0 comments on commit 9e2af57

Please sign in to comment.