[go-nuts] Golang Worker Pool

2019-06-15 Thread mayur . das4
Here I have redesigned the golang worker setup based on the use cases I have found after using it for syncing purpose for the last one year. Few new support added: - Recovery - Logger - Retries - Pool stats - Error Pool - Thread safe job addition - Profiler https://github.com/mayur-tolexo/sworker

[go-nuts] golang workerpool

2019-06-08 Thread mayur . das4
Hey! I have redesigned the golang worker setup based on the use cases I have found after using it for syncing purpose for the last one year. Please do let me know if I am missing anything. https://mayur-tolexo.github.io/sworker/ -- You received this message because you are subscribed to the Goo