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 Dec 7, 2018. It is now read-only.
Hi.
When I include dcell in my Gemfile I'm not able to run sidekiq anymore (bundle exec sidekiq).
No initializers, only the gem 'dcell' in the Gemfile.
This is the stacktrace:
2014-11-07T10:00:33.577Z 31757 TID-5iihw INFO: Starting processing, hit Ctrl-C to stop
'linking timeout of 5 seconds exceeded
/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:217:in
block (2 levels) in linking_request' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:203:in
loop'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:203:in
block in linking_request' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:109:in
exclusive'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid.rb:431:in
exclusive' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:198:in
linking_request'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:90:in
monitor' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:101:in
link'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid.rb:199:in
new_link' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/sidekiq-3.2.6/lib/sidekiq/launcher.rb:20:in
initialize'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in
public_send' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in
dispatch'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/calls.rb:67:in
dispatch' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in
block in handle_message'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in
block in task' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in
block in initialize'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in
block in create' (celluloid):0:in
remote procedure call'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/calls.rb:92:in
value' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/proxies/sync_proxy.rb:33:in
method_missing'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid/proxies/actor_proxy.rb:20:in
_send_' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/celluloid-0.15.2/lib/celluloid.rb:189:in
new'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/sidekiq-3.2.6/lib/sidekiq/cli.rb:75:in
run' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/gems/sidekiq-3.2.6/bin/sidekiq:8:in
<top (required)>'/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/bin/sidekiq:23:in
load' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/bin/sidekiq:23:in
/home/stefano/.rvm/gems/ruby-2.1.3@smallpay/bin/ruby_executable_hooks:15:in
eval' /home/stefano/.rvm/gems/ruby-2.1.3@smallpay/bin/ruby_executable_hooks:15:in
'Any suggestions?
The text was updated successfully, but these errors were encountered: