Browse Source

???

master
Fusl 1 year ago
parent
commit
bfba83fbcc
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      main.go

+ 3
- 0
main.go View File

@@ -279,6 +279,9 @@ func (that *Offloader) Do() {
} else {
rerun := false
for k, q := range that.Sets {
if that.Queues[q] == nil {
continue
}
key := fmt.Sprintf("%s:%s", that.Name, k)
scard, err := scards[k].Result()
if err != nil {


Loading…
Cancel
Save