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

Remove ReqMeta.TTL in favor of Context.Timeout #182

Closed
HelloGrayson opened this issue Jun 3, 2016 · 1 comment
Closed

Remove ReqMeta.TTL in favor of Context.Timeout #182

HelloGrayson opened this issue Jun 3, 2016 · 1 comment
Milestone

Comments

@HelloGrayson
Copy link
Contributor

HelloGrayson commented Jun 3, 2016

Having a separate TTL concept is a bit surprising:

 yarpc.ReqMeta(
    Context: context.WithTimeout(time.Second),
    TTL: time.Second,
    ...
)

Instead, lets start with just the context timeout.

cc @yarpc/golang

@HelloGrayson
Copy link
Contributor Author

Fixed in #192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants