samsondav / rihanna

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

multi-schema support #98

Closed rubysolo closed 3 years ago

rubysolo commented 3 years ago

In our deployed dev environment, we have a single database with multiple schemas to support automated feature environments. When used in this configuration, the Rihanna upgrade checks fail, since they detect jobs tables across all the schemas. This PR limits the queries to the current schema so that they work correctly.

Fixes #99

tpitale commented 3 years ago

Thanks @rubysolo!

tpitale commented 3 years ago

@rubysolo This is out now as 2.2.2 on hex.