You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: