Posts about sidekiq
6 years ago
Background Elastic Search indexing using Sidekiq
This article shows how we implemented background ActiveRecord model indexing using Sidekiq. By default, the SearchKick gem allows for 4 ways of automatically indexing a Rails model when it is saved to the backing database:
- Inline (the default,...
9 years ago
Problem starting Sidekiq in development
If you ever get this error:
can't link outside actor context
Followed by something like:
/Library/Ruby/Gems/2.0.0/gems/celluloid-0.16.0/lib/celluloid.rb:176:in `new_link' /Library/Ruby/Gems/2.0.0/gems/sidekiq-3.3.4/lib/sidekiq/launcher.rb:21:in...