mark workgroups as done

This commit is contained in:
Andre Medeiros 2023-03-16 10:13:26 -04:00
parent 88223e6155
commit 8dd6242bff
1 changed files with 2 additions and 0 deletions

View File

@ -496,6 +496,8 @@ func enqueueAccounts(ctx context.Context, logger *zap.Logger, statsd *statsd.Cli
for i := 0; i < accountEnqueueSeconds; i++ {
wg.Add(1)
go func(ctx context.Context, offset int) {
defer wg.Done()
ids := chunks[offset]
time.Sleep(time.Duration(offset) * time.Second)