project-receptor / python-receptor

Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Other
32 stars 21 forks source link

Worker thread pool and command line changes #128

Closed ghjm closed 4 years ago

ghjm commented 4 years ago
matburt commented 4 years ago

We need to update the merge target for this PR to devel from master

ghjm commented 4 years ago

Added more stuff to this PR:

adamruzicka commented 4 years ago

When I make a silly mistake in the plugin code (for example type asnycio instead of asyncio) the execution silently dies when hitting it and the error does not get propagated to the console.

Logs: https://p.teknik.io/qgHQD

ghjm commented 4 years ago

The exception issue is fixed @adamruzicka.