Hi everyone…
question about dynamic workflows.
have a @dynamic that reads from elasticsearch and get around 25k documents using scrolling to create chunks of 1000 documents to then call a process_chunk
The problem is I get OOMKilled in the @dynamic part of the code.
is possible to assign resources to a @dynamic like tasks?