mergestat / sqlq

sqlq is a SQL-backed, persistent, job queuing solution.
MIT License
2 stars 0 forks source link

Update reaper functionality #51

Closed amenowanna closed 1 year ago

amenowanna commented 1 year ago

When reaping a job we currently do not set the completed_at value. Setting this can allow us to better understand when the job was reaped. Additionally we would like a log entry for the job to show that it was reaped.