This commit is contained in:
bel
2022-01-18 14:41:37 -07:00
parent b451ed93bf
commit c755aa88fb

View File

@@ -328,6 +328,7 @@ type recordedJob struct {
}
func updateDeadJobs(jobs []broker.Job) error {
return nil // todo fluffycat notifies on edit ew
db := config.Get().DB()
list, err := db.List([]string{}, "sent_job_", "sent_job_}}")
if err != nil {