meshed.tools#
Tools to work with meshed
Functions
|
|
|
Launches a web service application with the specified functions. |
|
Context manager to launch a web service application in a separate process. |
|
Creates a new DAG with the web service functions. |
|
Creates a hybrid DAG that uses the web service for the specified functions. |
Classes
|
- meshed.tools.launch_funcs_webservice(funcs)[source]#
Launches a web service application with the specified functions.
- meshed.tools.launch_webservice(funcs_to_cloudify, wait_after_start_seconds=10)[source]#
Context manager to launch a web service application in a separate process.
- meshed.tools.mk_dag_with_ws_funcs(dag, ws_funcs)[source]#
Creates a new DAG with the web service functions.