You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run and migrated the standard Que_Classic gem. Can submit jobs successfully.
Tried to upgrade to Que_Classic_Plus to get retry functionality.
Backed out previous Que_Classic migration. Instead i run QueueClassicPlus.migrate as follows.
Set environment variable DATABASE_URL properly (same as i did with Que_Classic).
Run QueueClassicPlus.migrate
Receieve the below error.
/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/queue_classic-4.0.0/lib/queue_classic/conn_adapter.rb:10:in initialize': undefined method []' for #<PG::Connection:0x0000000109397ab0 host=localhost port=5432 user=xx> (NoMethodError)
Expected.
Migration should run.
Is this because i'm using Sequel and pg instead of ActiveRecord/Rails? Your standard Que_Classic seems to run fine.
Environment:
Mac m1 arm
ruby 3.0.5
Sinatra > 3
Sequel 5.6
pg 1.4
queue_classic_plus 4.0.0.alpha11
I have run and migrated the standard Que_Classic gem. Can submit jobs successfully.
Tried to upgrade to Que_Classic_Plus to get retry functionality.
Backed out previous Que_Classic migration. Instead i run QueueClassicPlus.migrate as follows.
/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/queue_classic-4.0.0/lib/queue_classic/conn_adapter.rb:10:in
initialize': undefined method
[]' for #<PG::Connection:0x0000000109397ab0 host=localhost port=5432 user=xx> (NoMethodError)Expected.
Migration should run.
Is this because i'm using Sequel and pg instead of ActiveRecord/Rails? Your standard Que_Classic seems to run fine.
~Marvin Foster
[email protected] or [email protected]
The text was updated successfully, but these errors were encountered: