mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 22:35:11 -06:00
debug: more logs
This commit is contained in:
@@ -1247,11 +1247,14 @@ func (r *OLAPRepositoryImpl) UpdateDAGStatuses(ctx context.Context, tenantIds []
|
||||
}
|
||||
|
||||
for i := 0; i < NUM_PARTITIONS; i++ {
|
||||
fmt.Println("running dag status updates for partition", i)
|
||||
partitionNumber := i
|
||||
|
||||
eg.Go(func() error {
|
||||
tx, commit, rollback, err := sqlchelpers.PrepareTx(ctx, r.pool, r.l, 30000)
|
||||
|
||||
fmt.Println("prepared tx")
|
||||
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to prepare transaction: %w", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user