I see, well then it's just about how constrained you want the parallelism
basically which starts to sound like you'd know more about since the actual
operations they will do are very tied to what your app actually does hmm

-- 
Konrad `ktoso` Malawski
Akka <http://akka.io> @ Lightbend <http://lightbend.com>

On 22 May 2017 at 16:22:36, gervais.b (gervai...@gmail.com) wrote:

The beginning of the track will be done by a post-commit hook form our Git
server. However the build and static analysis don't have webhooks so I have
to poll them.

On Monday, 22 May 2017 16:11:26 UTC+2, gervais.b wrote:
>
> Hi there,
>
> I'm going to write a "*commit tracker*" that will follow and a source
> code commit from our Git server trough the build until the static analysis.
> The goal is to display and update a message like "Commit xyz received,
> (delay) and build succesfully, (delay) and incerase quality of 1%".
> Sadly I have to poll either the build server and the static analysis to
> know when a result is available.
>
>
> My question is. Knwong that I have to poll the server, is it better to
> create on actor per server and send them a message like 'GetStatus'. Or one
> actor per commit that will continually send messages to the servers until
> it get result ?
>
> Thanks
>
> --
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups
"Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to