Skip to content

Commit

Permalink
fix: remove from pending when called
Browse files Browse the repository at this point in the history
Signed-off-by: isubasinghe <[email protected]>
  • Loading branch information
isubasinghe committed Dec 31, 2024
1 parent f82477e commit 4ef7f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/sync/multi_throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (m *multiThrottler) Remove(key Key) {
delete(m.running, key)
m.namespaceCounts[namespace] = m.namespaceCounts[namespace] - 1
}
m.pending[namespace].remove(key)
m.queueThrottled()
}

Expand Down

0 comments on commit 4ef7f07

Please sign in to comment.