-
Notifications
You must be signed in to change notification settings - Fork 33
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
Batch tried to pass all arguments #39
Comments
Same here... is it a bug or intended behaviour, @tombenner? |
It seems that if you have multiple batches into a superworker, it also tries to pass all the arguments to all batches. you must have all your workers accept the same number of parameters your superworker does accept. Any news on that. |
Same problem... I'm pretty sure this is a bug. |
@tombenner Any chance you could have a look at this issue? |
Same problem... @tombenner |
I get:
CloudSk | 5966, 1 | ArgumentError: wrong number of arguments (2 for 1)
I "fixed" it by adding an unused argument to the worker.
The text was updated successfully, but these errors were encountered: