Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongo Model Job Iteration #219

Open
RaviKumarPesala opened this issue May 13, 2022 · 1 comment
Open

Mongo Model Job Iteration #219

RaviKumarPesala opened this issue May 13, 2022 · 1 comment

Comments

@RaviKumarPesala
Copy link

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.

@Mangara
Copy link
Contributor

Mangara commented May 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants