GearmanClient has a default timeout of -1 you need to set this to a positive number using setTimeout to avoid cases where your script waits forever to run a job even if there are no workers running at all.
GearmanClient::setTimeout
(PECL gearman >= 0.6.0)
GearmanClient::setTimeout — Set socket I/O activity timeout
Descrierea
public bool GearmanClient::setTimeout
( int
$timeout
)Sets the timeout for socket I/O activity.
Parametri
-
timeout -
An interval of time in milliseconds
Valorile întoarse
Always returns TRUE.
Ismael Cristal Jr ¶
8 months ago
