Skip to content

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