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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
I'm using sidekiq with mongoid, and am seeing some workers get stuck. They don't error out, they're just hung. The sidekiq thread dump gives the following:
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection/socket/connectable.rb:47:in `read'
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection/socket/connectable.rb:47:in `block in read'
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection/socket/connectable.rb:119:in `handle_socket_errors'
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection/socket/connectable.rb:47:in `read'
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection.rb:194:in `read_data'
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection.rb:130:in `block in read'
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection.rb:224:in `with_connection'
/usr/local/bundle/gems/moped-2.0.3/lib/moped/connection.rb:114:in `read'
We typically see 1 or 2 workers out of a few hundred thousand have this issue each day. If we restart the workers/service the workers usually succeed.
The text was updated successfully, but these errors were encountered:
I'm using sidekiq with mongoid, and am seeing some workers get stuck. They don't error out, they're just hung. The sidekiq thread dump gives the following:
We typically see 1 or 2 workers out of a few hundred thousand have this issue each day. If we restart the workers/service the workers usually succeed.
The text was updated successfully, but these errors were encountered: