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

Extra python modules #8

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

Extra python modules #8

wants to merge 12 commits into from

Conversation

kecso
Copy link
Member

@kecso kecso commented Nov 21, 2019

Making available to add extra python modules to the server and offer them during plugin write and execution (in python).

deferred.reject(new Error(`Python plugin did not finish within ${MAX_RUN_TIME} ms.`));
}, MAX_RUN_TIME);
deferred.reject(new Error(`Python plugin did not finish within ${config.maxRunTime*1000} ms.`));
}, config.maxRunTime*1000);
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like these constants aren't used anymore..

@pmeijer pmeijer self-requested a review October 31, 2024 15:09
Copy link
Contributor

@pmeijer pmeijer left a comment

Choose a reason for hiding this comment

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

This has been running as part of the mic class so recon it's been well tested.

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