process - What is the role of the last argument ( $uniqueId ) in PHP Gearman's doNormal()? -


in php's documentation ( http://php.net/manual/en/gearmanclient.donormal.php ) can see last attribute unique identifier task.

  1. how find task based on unique identifier ?
  2. why use $unique , not $job_handler jobstatus() ( http://php.net/manual/en/gearmanclient.jobstatus.php ) ?

it seems cannot find task based on unique identifier.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -