QueueClassic / queue_classic

Simple, efficient worker queue for Ruby & PostgreSQL.
MIT License
1.19k stars 152 forks source link

Fix PG::ConnectionBad issue #312

Closed ukd1 closed 5 years ago

ukd1 commented 5 years ago

Checking out the fixes @siegy22 did related to #302.

Let's lazy use the ActiveRecord::Base.connection.raw_connection.

siegy22 commented 5 years ago

The tests need to be adjusted tho, didn't do that yet. And it's a breaking API change of the ConnAdapter, so this should definitely land in a major release 😄

siegy22 commented 5 years ago

And thanks for your effort @ukd1, I'm here if you need some help.