Re: [go-nuts] Distributing task execution

2019-08-09 Thread Brian Hatfield
Hey there, What you're describing is a distributed task scheduler. I am not aware of any frameworks for you to integrate this into your application in Go, although something in the stream processing family of libraries might be able to help if that's what you really want. That said, I generally d

[go-nuts] Distributing task execution

2019-08-09 Thread Thiru k
Hi, We have used goLang for developing the web based application using micro service pattern. Each and every service will be scale as per demand. here, few of the functionality have to be worked periodically as *cron* , it is easy on the server is just one but if it is scaled then the problem ar