-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I have looked everywhere (even tried reading the C source but that didn't help) but I can't find the answer to that.
When will GearmanWorker::work be false? What can/will cause it to "fail" basically?
The PHP manual over at php.net says:
Waits for a job to be assigned and then calls the appropriate callback function. Issues an E_WARNING with the last Gearman error if the return code is not one of GEARMAN_SUCCESS, GEARMAN_IO_WAIT, or GEARMAN_WORK_FAIL.
If the return code of what is not one of GEARMAN_SUCCESS, GEARMAN_IO_WAIT or GEARMAN_WORK_FAIL?
Is there a way to see the Gearman Worker class as a PHP code? I.e. as if it was a class written in PHP?
Metadata
Metadata
Assignees
Labels
No labels