Final bug fixes

This commit is contained in:
Mukhtar Akere
2025-08-09 19:57:32 +01:00
parent 3aeb806033
commit 0dd1efb07c
10 changed files with 21 additions and 42 deletions
+3 -1
View File
@@ -96,7 +96,9 @@ func (s *Store) trackAvailableSlots(ctx context.Context) {
return
}
for _, slots := range availableSlots {
for name, slots := range availableSlots {
s.logger.Debug().Msgf("Available slots for %s: %d", name, slots)
// If slots are available, process the next import request from the queue
for slots > 0 {
select {