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

fix: job.createBulk() did not set custom job id #190

Closed
wants to merge 1 commit into from
Closed

fix: job.createBulk() did not set custom job id #190

wants to merge 1 commit into from

Conversation

willoughby
Copy link

job id argument was not passed into the job ctor

#189

job id argument was not passed into the job ctor
@manast
Copy link
Contributor

manast commented Apr 27, 2020

thanks for the patch. When reviewing the code I was a bit confused about why jobId is passed as a last argument to the constructor when it is already passed in the job options, I think this needs to be understood and improved.

@willoughby
Copy link
Author

Yeah that's true, it could be handled better. Ill take a look at what the consequences could be by removing the 5th argument and rework my pull request

@willoughby willoughby closed this Apr 27, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants