samsondav / rihanna

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

Add support to re-enqueue a job at a new due_at #85

Closed tpitale closed 5 years ago

tpitale commented 5 years ago

Resolves #84

tpitale commented 5 years ago

Ahhh, DateTime.add is new it seems. Looking into it.

tpitale commented 5 years ago

@samphilipd This is ready for final review. I believe I made all the requested changes.