-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Quantum.Job.new/1 doesn't accept custom name #498
Comments
@LostKobrakai Hm. It seems that I forgot to set I see though that it would be nice to be able to configure all properties at once. I'll have a look at this next week. |
I‘m using ˋMyApp.Scheduler.new_job()ˋ, but as you guessed it‘s strange to be able to pass a keyword list, if the expectation is to use the explicit API. And otoh it‘s strange to not be able to set the name via the keyword list, if that‘s intended use. Also as usual with keyword list options it‘s even a silent error you need to discover with tests. |
@LostKobrakai What do you think of #500? |
This looks good, though today I noticed the same behaviour of |
@LostKobrakai Good point, I'll have a look, that all options are supported. |
@LostKobrakai Updated, ok now? |
Looks good to me. |
Quantum.Job.new/1
seems to accept all fields for a job, but not the name.The text was updated successfully, but these errors were encountered: