Replies: 1 comment
-
Moved here: #890 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When
collection
returns anActiveRecord::Relation
, how do we setlimit
for each "batch"?job-iteration
's Best Practices says it defaults to 100. It looks like that's passed in here.But in
collection
, we're not explicitly building an enumerator, so how can we pass in or set the@batch_size
?Beta Was this translation helpful? Give feedback.
All reactions