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'm running two ec2 instances that are running beanstalkd queues each (using a cron job).. If i do a ps aux | grep bean i get this on machine 1 (where the error happens):
I'm running two ec2 instances that are running beanstalkd queues each (using a cron job).. If i do a ps aux | grep bean i get this on machine 1 (where the error happens):
and this on machine 2 (where it's working fine):
bubut when i run
on machine 1, I get this error:
which means it's failing here
B = Beanstalk::Connection.new $*[0]
note: I've verified that my local and global gems are identical on both instances:
The text was updated successfully, but these errors were encountered: