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

2016-07-05 Thread Charl Matthee
Hi, On Tue, 5 Jul 2016 at 10:13 pjmul...@gmail.com wrote: 1. How high do you put the concurrency? And what specs does that server > have? > we use the default and one queue. The host is a 16GB/8-core VM. 2. Are there thing you bumped into after a couple of week

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 pr

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

2016-07-04 Thread Charl Matthee
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

[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