graveyard / gearcmd

Utility to create gearman workers out of command-line programs
Apache License 2.0
13 stars 0 forks source link

Add reconnect logic #47

Closed jiancheung closed 8 years ago

jiancheung commented 8 years ago

https://clever.atlassian.net/browse/DISTRICTS-261 Pretty much followed the instructions at https://github.com/mikespook/gearman-go/issues/6 and https://github.com/draxil/gearman-go-stubborn/blob/master/worker/stubborn/stubborn.go

Verified in staging that this works.

jiancheung commented 8 years ago

cc @dfuentes

natebrennand commented 8 years ago

just some logging & naming nits, otherwise LGTM