Tim Trautmann
2006-Aug-26 03:13 UTC
[Backgroundrb-devel] postgres-pr barfs at ActiveRecord::Base.allow_concurrency = true
Hi List, first of thank you Ezra for BackgroundRB. Very cool plugin indeed! This is a public service FYI. In case you are running postgres as your database backend and you are seeing the following errors in your backgroundrb.log: ActiveRecord::StatementInvalid: NoMethodError: undefined method `async_query'' for #<PGconn:0x22ed648>: You are using the postgres-pr adapter which does not seem to support async_query. You need to install the compiled postgres db adapter wich can be found here: http://rubyforge.org/projects/ruby-postgres/ Or alternatively you could set ActiveRecord::Base.allow_concurrency to "false" in your backgroundrb start script. Though this could have adverse side effects. Thought this might be helpful to others in the future. Best, Tim