Use manual batching in rake task (#1140)
Changes batching in the rake task to work using a loop instead of the find_each method which does not work with Mongoid. This should fix #1126.
Please register or sign in to comment
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
Changes batching in the rake task to work using a loop instead of the find_each method which does not work with Mongoid. This should fix #1126.