Nikolai Ageev

Results 4 comments of Nikolai Ageev

``` products = [] after = 0 loop do query = { size: query_size, query: { multi_match: { query: "black", fields: [ "description", "title", "information", "params" ] } }, search_after:...

Yes, it is possible I think you can write about it in gem docs. It is very useful for countries where Telegram blocked

The problem is not with separation initial data into chunks of right size. The problem is the following: after creating summaries for each chunk it collects them into one prompt...

For my case it was confirmed, that 5 symbols should be used for cron expressions in `sidekiq.yml`. We needed to perform job every `Monday at 12:00` 1. According to documentation...