@ -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 {