Skip to content

Extend timeout to render_component() #74

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

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

cburmeister
Copy link
Contributor

This commit extends the timeout parameter within RenderServer.render
to render_component.

This commit extends the `timeout` parameter within `RenderServer.render`
to `render_component`.
self, path, props=None, to_static_markup=False, request_headers=None,
timeout=None
):
def render(self, path, props=None, to_static_markup=False, request_headers=None, timeout=None):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😉 thanks for that

@markfinger markfinger merged commit 384edc6 into markfinger:master Feb 28, 2017
markfinger added a commit that referenced this pull request Feb 28, 2017
@markfinger
Copy link
Owner

Thanks for that. I've added some docs for the argument as well.

Your changes are published under 4.1.0 on PyPI. Thanks again for the PR 😄

@cburmeister
Copy link
Contributor Author

@markfinger thank you!

@cburmeister cburmeister deleted the render-component-timeout branch February 28, 2017 23:38
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