Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about processing file between multiple nodes #55

Open
dertin opened this issue Nov 10, 2018 · 0 comments
Open

Question about processing file between multiple nodes #55

dertin opened this issue Nov 10, 2018 · 0 comments

Comments

@dertin
Copy link

dertin commented Nov 10, 2018

Hi, I have a huge file, on each line I have a value to send for a GET request.

I would like to create a queue with the file information, from a master server.
and to be able to connect different nodes so that they take from the queue of messages, the values ​​to make the GET request and save the answer.

The nodes should not take the same message to process. double work should be avoided. If a node can not make the request, it could include the message in the queue again.

Can your library be useful to me? I am new programming in go lang.
Can you give me some recommendation?

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant