Alex

Results 12 comments of Alex

I encountered the same issue on Ruby 2.7 and Debian 11. So far I seem to have gotten it fixed while the following change: https://github.com/tangledpath/ruby-fann/compare/master...xhs345:ruby-fann:master

Same experience for me. Resque workers were no longer starting after update. After removing line `Resque.redis.client.reconnect` things started working again. Still have ``` Resque::Pool.after_prefork do |job| ActiveRecord::Base.establish_connection end ``` not...