Re: How to send a task to a running framework?

2016-07-08 Thread Vinod Kone
Are you asking how users can submit their tasks to your custom framework? Your framework should probably expose an API for that. On Fri, Jul 8, 2016 at 4:30 AM, Bryan Fok wrote: > Hi all > > After I have my custom framework running in , for instance, a python > process

How to send a task to a running framework?

2016-07-08 Thread Bryan Fok
Hi all After I have my custom framework running in , for instance, a python process How do I submit a task to it through another python process from another machine? Through the framework name? Any document around this? BR Bryan