samsondav / rihanna

Rihanna is a high performance postgres-backed job queue for Elixir
MIT License
439 stars 49 forks source link

Job.mark_successful uses Job.delete #101

Closed tpitale closed 3 years ago

tpitale commented 3 years ago

mark_successful was partially recreating the logic of the existing function for delete. It also failed to track the telemetry event when the record was deleted during a successful job run.