gearman-go/client
Jesús García Crespo adbe320074 Remove handle only when the job is done
This commit stops the client from removing the job handle from
client.jobhandlers when the worker has sent an update (e.g. WORK_STATUS)
without terminating its life.

WORK_DATA       |
WORK_WARNING    | => Notification
WORK_STATUS     |

WORK_COMPLETE   |
WORK_FAIL       | => Notification + End of life
WORK_EXCEPTION  |
2013-11-09 10:06:11 -08:00
..
client_test.go #14 fixed 2013-04-24 16:58:06 +08:00
client.go Remove handle only when the job is done 2013-11-09 10:06:11 -08:00
handler.go start refactoring... 2013-01-14 17:59:48 +08:00
id.go fixed bson/ObjectId 2013-08-07 15:30:41 +08:00
job.go #12 fixed 2013-04-23 16:58:06 +08:00
pool_test.go fixed for travis-ci 2013-06-09 12:46:47 +08:00
pool.go #14 fixed 2013-04-24 16:58:06 +08:00
status.go Refactoring the client api 2013-01-15 17:55:44 +08:00