Hi !I'm currently working on a project and I use Baobab as a data tree structure, to store the state of my "overlord" job, and get events when I add data to it, to reschedule jobs for workers.https://ift.tt/2Iwmrai want to send tasks to workers in docker containers/worker pool, and get the results back from them by getting a POST request back with the data.Is there any solution to keep that data tree and its event watchers while waiting ? Keeping the trees in a global state and accessing them when I get the POST back ?
Submitted June 27, 2018 at 05:29PM by gbysec
No comments:
Post a Comment