Maximum limit on elasticsearch scroll time?

I am using scroll to fetch data from elasticsearch in batches , modify them, and index them back. Is there any max_time limit on the timeout parameter? I am doing this in rails app. cause If scroll gets expired and I continue making request(in loop) it would be useless.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.