package gearman const ( TCP = "tcp4" WORKER_SERVER_CAP = 32 WORKER_FUNCTION_CAP = 512 )