I've just prepared this Go job queue model with an angularJS frontend that
you might find useful. I want to create a queue of long running processes
in a web server, this is a very simplistic example and I want to base my
system on it. It would be good to have some feedback about the proposed
model, which is basically two queues (buffered channels) one for the jobs
and the other one for the workers.
The project is in github:
https://github.com/monkeybutter/gophersinaqueue
I wanted to deploy the service in the app engine, but I couldn't find a
good example on how to deploy it (it uses gorilla mux to serve a page and
an kind of restful interface). Any direction on how to do this will be
highly appreciated too.
Cheers,
Pablo
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.