Re: [go-nuts] Re: job queue with the ability to kill worker processes

2016-09-06 Thread Edward Muller
There is also: https://github.com/bgentry/que-go On Tue, Sep 6, 2016 at 12:56 PM Tieson Molly wrote: > Thanks Jason, I was looking for something to handle external processes. > > > > On Monday, September 5, 2016 at 11:13:59 AM UTC-4, Jason E. Aten wrote: >> >> On Thursday,

[go-nuts] Re: job queue with the ability to kill worker processes

2016-09-06 Thread Tieson Molly
Thanks Jason, I was looking for something to handle external processes. On Monday, September 5, 2016 at 11:13:59 AM UTC-4, Jason E. Aten wrote: > > On Thursday, September 1, 2016 at 4:40:50 AM UTC-7, Tieson Molly wrote: >> >> Are there any go projects that implement a queue where workers

[go-nuts] Re: job queue with the ability to kill worker processes

2016-09-05 Thread Jason E. Aten
On Thursday, September 1, 2016 at 4:40:50 AM UTC-7, Tieson Molly wrote: > > Are there any go projects that implement a queue where workers that > consume the queue could be tracked and potentially killed if the end user > decides to cancel the job? > I assume you mean across multiple worker