Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Allow user-configurable timeout on JS execution#218

Merged
samuelhwilliams merged 2 commits intomasterfrom
configurable-timeout
Dec 6, 2019
Merged

Allow user-configurable timeout on JS execution#218
samuelhwilliams merged 2 commits intomasterfrom
configurable-timeout

Conversation

@samuelhwilliams
Copy link
Copy Markdown
Collaborator

Python currently tries for 10 seconds, checking every millisecond, to
collect values returned by Javascript functions called via Eel. Some
users might expect their functions to execute longer than this, and so
it feels reasonable to allow users to configure this to be longer (or
shorter) as suits their needs.

Resolves #182

Python currently tries for 10 seconds, checking every millisecond, to
collect values returned by Javascript functions called via Eel. Some
users might expect their functions to execute longer than this, and so
it feels reasonable to allow users to configure this to be longer (or
shorter) as suits their needs.

Resolves #182
@samuelhwilliams samuelhwilliams merged commit 16bdbbf into master Dec 6, 2019
@samuelhwilliams samuelhwilliams deleted the configurable-timeout branch December 6, 2019 22:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Function timeout while calling Js function from python?

1 participant