Re: [go-nuts] Re: Go-worker or goworker?

2016-07-05 Thread pjmuller
Hi Charl,

I used go-workers and so long it is also running fine, in a couple of 
months we'll know if this is stable too :).

Maybe 3 follow up questions

1. How high do you put the concurrency? And what specs does that server 
have?
2. Are there thing you bumped into after a couple of weeks in production 
that you changed or finetuned?
3. I've read that passing a lot of data in REDIS (as arguments for the 
jobs) can hurt performance pretty badly, do you have experience with this? 
(FYI: I'm passing json API call responses done in go to ruby again, not 
marshalled ruby objects to go as I know that is bad practice)

Greetings,
PJ

On Monday, July 4, 2016 at 2:32:41 PM UTC+2, Charl Matthee wrote:
>
> Hi,
>
> On Sat, 2 Jul 2016 at 18:17 pjmul...@gmail.com 
>  wrote:
>
> I need to make the same decision now. What path did you take?
>>
> This is a pretty old post of mine. But to answer your question, I ended up 
> going with *goworker*.
>
> We still use it in production and it has not been the source of any issues 
> since 2013.
>
> I ended up selecting it because it appeared to be better supported at the 
> time. A fair amount of time has passed since then and these projects have 
> moved on so it might be worthwhile doing some tests to solidify your 
> selection.
>
> Good luck!
>
>
>
> ​
> -- 
>
> --
> Ciao
>
> Charl
>
> "People demand freedom of speech as a compensation for the freedom of 
> thought which they seldom use."
>  - Soren Kierkegaard
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: Go-worker or goworker?

2016-07-02 Thread pjmuller
Hi Charl,

I need to make the same decision now. What path did you take?

On Wednesday, October 30, 2013 at 10:02:28 AM UTC+1, Charl Matthee wrote:
>
> Hi,
>
> I am in the process of selecting a resque/sidekiq replacement for a 
> project and go-workers  and 
> goworker  seem to be the contenders.
>
> Do any of you have any recommendations having worked with either/both?
>
> Is there some other project I should be looking at?
>
>
> Ciao
>
> Charl
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.