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
[sidekiq#5788] Redis has deprecated the `zrangebyscore` command, called at ["/Users/r1zrei/.rvm/gems/ruby-2.7.2@product-x/gems/chewy-7.3.3/lib/chewy/ strategy/delayed_sidekiq/worker.rb:14:in `block in perform'"]
redis doc
I replaced this line lib/chewy/strategy/delayed_sidekiq/worker.rb:14 with
To store data we use a postgres database, where primary_key is in uuid format lib/chewy/strategy/delayed_sidekiq/worker.rb:47 in this place the id is converted to integer, as a result, importing new index does not work
In our project, we decided to try to use the
delayed_sidekiq
strategy and encountered the following problems:Create User records with the
delayed_sidekiq
strategyThe following error appears in the sidekiq logs:
redis doc
I replaced this line
lib/chewy/strategy/delayed_sidekiq/worker.rb:14
withTo store data we use a postgres database, where primary_key is in uuid format
lib/chewy/strategy/delayed_sidekiq/worker.rb:47
in this place the id is converted to integer, as a result, importing new index does not workThe text was updated successfully, but these errors were encountered: