Duo Zheng

Results 6 comments of Duo Zheng

@nodesocket Yes, multiple workers working on the same group of jobs/tasks is the natural workflow for workq. The jobs are distributed on a first come first serve basis. The workers...

@nodesocket I am not aware of a node js client at the moment. The protocol is a plain text based protocol so if you chose to, it would be on...

@nodesocket If you do end up creating a client, let me know and I will list it under the [README#clients](https://github.com/iamduo/workq#clients) section. Thanks.

There isn't a detailed roadmap yet, but there is a tiny "What is left" roadmap here: https://github.com/iamduo/workq#roadmapped . It may be more of a rolling roadmap for the time being...

cdnsteve, Give me some time to review the use case, the problem with the storage pluggability case isn't that it would be difficult to add, but the maintenance overhead of...

@narup So the worker control is actually up to you and is manually controlled by how many workers you explicitly spin up with the help of a client such as...