We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chewy.strategy(:lazy_sidekiq)
is there a way to set Chewy.strategy(:lazy_sidekiq) globally for all updates?
so that all updates happens asynchronously
The text was updated successfully, but these errors were encountered:
I was hoping for this too
Sorry, something went wrong.
You could try setting the following, for instance in an initializer:
Chewy.root_strategy = :lazy_sidekiq Chewy.console_strategy = :lazy_sidekiq Chewy.request_strategy = :lazy_sidekiq
No branches or pull requests
is there a way to set
Chewy.strategy(:lazy_sidekiq)
globally for all updates?so that all updates happens asynchronously
The text was updated successfully, but these errors were encountered: