-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add Documentation about all options of Concurrency #3
Comments
@psteininger I did try to document most things, sorry for the confusion! I would love a PR, but barring that -- any details on what specifically was missing would be appreciated and I am happy to update! |
@nickelser one important feature, for which docs are missing is the I did experience a problem with a Sidekiq backed job, which had named (not positional) parameters. The job would be called seemingly w/o parameters. I did change the signature of the perform method and got around it. Perhaps I should open another issue? |
@psteininger makes total sense -- I will add that to the docs. I also created a new issue to track the named arguments problem (#5), which I'll look at shortly (could definitely be an issue how we re-enqueue the jobs). |
As with @nickelser, I had to read the source (and this issue) to realize the options for the
I think it would be helpful to document all of these. Either in rdoc or in the README (or both). |
I figured it out, I will gladly do a PR with example for docs, after I get back from vacation. Leaving today, so maybe in 10 days from now :)
The text was updated successfully, but these errors were encountered: