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

リトライ回数を Proc の引数として受け取れるようにする #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kyanny
Copy link

@kyanny kyanny commented Dec 12, 2012

リトライ回数を Proc (block) の引数で受け取れるにしてみました。

logger オプションでもリトライ回数は確認できますが、ブロックの中で明示的にログを出す場合などに、何回目のリトライなのかという情報を使いたいことはしばしばあります。

Proc の外にカウンタ用のインスタンス変数を用意することもできますが、 Proc のなかに閉じているほうがかっこいいと思うので、引数で渡すようにしました。

具体的にはこのような使い方をしたいと思っています。
https://gist.github.com/4267917

Check the arity of methods and decide to pass the retry count or not.
If the given method does not accept any arguments, pass retry count raises ArgumentError so don't pass it.
@kimoto
Copy link
Owner

kimoto commented Dec 13, 2012

たしかにリトライ回数の情報をもとに挙動かえたりなど利便性の高いパターンが多そうですね。性能的にも機能的にもよさげなので、確認の上取り込みます。

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.

2 participants