-
Notifications
You must be signed in to change notification settings - Fork 62
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
Replace "class" in Verk.Job struct #104
Comments
One very important feature that Verk has is the compatibility with Sidekiq/Reque clients. They use the term |
Of course, that makes perfect sense not to change the implementation. Having this in mind, I still think that using some other word in the public API would be a nicer and more idiomatic way of using the library. If you're fine with this, I could try to make a PR with the changes soon. |
yeah definitely would like to accept it from our client 👍 We would still need to accept |
Late to the discussion on this but I'm not in support of a change to the documentation on this. Possibly open to it with convincing documentation that the naming is causing confusion. But as it stands we don't really benefit from adding an additional option for job enqueueing. The downside is that we have to do additional work to support a new enqueuing option with the same functionality and we will have to still mention the |
I'm closing this as there's no agreement and no real gain to change this. |
Because
class
sounds a bit object oriented, I guess it would be nice if it were replaced. I was thinking thatmodule
orworker
would be a bit better.Let me know what do you think, maybe I can send a pull request with the changes.
The text was updated successfully, but these errors were encountered: