-
Notifications
You must be signed in to change notification settings - Fork 2
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
support generator for LocalJob & ThreadJob & DaskJob #6
Conversation
Thanks again for your contribution. I see you are trying Dask. If you are ready, please remind me to merge. |
I have make DaskJob support generator. But the previous commit was override by mistake, I will fix it tonight. |
@Nanguage All four Job types support generator now, plz review it. |
Would you be interested in adding some commits to ensure that the CI tests pass? If you'd prefer not to write that code, that's perfectly fine—I can go ahead and merge as is. |
These are lint errors:
|
known problem:
DaskJob will logs
StopIteration
error even runs success.example code: