samsondav / rihanna

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

Fixed job dispatcher error with custom configured job name #55

Closed onomated closed 5 years ago

onomated commented 5 years ago

Fixes #54 Updated PG indices check to consider custom table name in index names.

Also updated enqueued_at index name to be based on jobs table name. No backwards compatibility DB migration issue foreseen here since jobs haven't worked with custom table names.

onomated commented 5 years ago

@samphilipd? Would like to get this in and push another PR for retry support

lpil commented 5 years ago

Thanks for the reminder @onomated. I'll try and get a hold of Sam and we'll proceed if he's still busy

lpil commented 5 years ago

Thanks everyone!