todo
This commit is contained in:
2
main.go
2
main.go
@@ -9,7 +9,6 @@ import (
|
||||
"local/truckstop/config"
|
||||
"local/truckstop/logtr"
|
||||
"local/truckstop/message"
|
||||
"log"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"regexp"
|
||||
@@ -333,7 +332,6 @@ func updateDeadJobs(jobs []broker.Job) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.Printf("db.List() => %+v", list)
|
||||
for _, listEntry := range list {
|
||||
wouldBe := strings.TrimPrefix(listEntry, "sent_job_")
|
||||
found := false
|
||||
|
||||
Reference in New Issue
Block a user