Kapil
Kapil
So this is what I have in my routes.rb - `ApiTaster.routes { }` And every time I click on URL on API Taster it complains - ``` Route 'GET /api/v1/chats'...
Ok yea we have close to 100 API end points (and growing), so does not make sense to re-define them for API Taster. Would love to see an alternative around...
Same here, switched to `2.7.5`, and now it works.
No not a subform. Thanks for debugging this.
@clayallsopp any updates on this?
Or maybe use `Sidekiq::Worker.perform_bulk` which I think could speed up Sidekiq/Redis writes, in case Sidekiq is being used.
@ankane any thoughts? thanks.
@ankane We have `140m` rows in the table, out of which 40m rows (we use `search_import` scope for filtering) get indexed. With a `batch_size` of 500, it takes 20+ hours...
@ankane another interesting thing we have seen a few times is that the Enqueuing job (Heroku worker) crashes after a couple of hours with no error reported in our error...
@ankane curious if there are any plans to also support the range option?