You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use case to apply Job Iteration on a Mongo model along with few Active record models.
But when I tried, I came to know that Job Iteration does not support Mongo models.
Is there any way I could achieve Job Iteration for Mongo models, please do suggest if any alternative solution.
The text was updated successfully, but these errors were encountered:
While job-iteration has no built-in support for Mongo models, you can likely define a custom enumerator that works with them. Check out the ActiveRecordEnumerator for inspiration.
Hi Dev's,
We have a use case to apply Job Iteration on a Mongo model along with few Active record models.
But when I tried, I came to know that Job Iteration does not support Mongo models.
Is there any way I could achieve Job Iteration for Mongo models, please do suggest if any alternative solution.
The text was updated successfully, but these errors were encountered: