que-rb/que

Deprecated method used in connection.rb

drush opened this issue · 1 comments

drush commented

wrapped_connection.async_exec(sql, params)

Error when running async tests:

/que-2.0.0.beta1/lib/que/connection.rb:65: warning: forwarding async_exec to async_exec_params and send_query to send_query_params is deprecated

Rails issue 33185 on the same topic.

Hah, I actually just noticed this last night myself!