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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -